Came back to collect notes on this video and add to my collection of gists. You, teacher, are the man! Thank you for being so generous and thoughtful in bringing together these excellent examples! 🙌
Hello! I know this question, not from the topic of this video, but could you please tell me, how can I style the video tag in React, which library I've to use? I'll appreciate it !!)
This tutorial is nice. I am your big fan and follower of you, I have one request to you that can you create a tutorial series on VUE.JS. I will be waiting for that.
Hi sir one question regarding react js. I am always facing issue of cache when new build is deployed. I won't get updated code until unless refresh the browser. I strongly believes that I get answer from you. Please help me out sir . Thanks in advance.
That makes sense. if you do update the software the needs to know that is updated. you can use hash the url with a unique number so the browser know there is an update.
@@Techsithtube Thank you sir but we can't give Everytime new url to client .can we do it automatically is there any other solution if yes please make a video on it sir. Thanks in advance
i think this channel is underrated
That's why we should subscribe it, just like I did☺️
Came back to collect notes on this video and add to my collection of gists. You, teacher, are the man! Thank you for being so generous and thoughtful in bringing together these excellent examples! 🙌
I haven't such videos anywhere in youtube ! You are the champ
Ruchi, I am glad that you learnt something from the video. Thanks for the lovely comment. :)
Nice..Explained well :)...Hoping every mon & wed, this time you'd come up with express series as you promised..Looking forward for it😍
We also can do something like:
const func = function(...args) {
console.log(args.join(''));
}
Could you please explain what ...args is why do we keep dots ... Before a variable
@@strikerftw8729 google “rest parameters”
@@nikita_suiazov thankyou
Really helpfull information in every video. Thanks and keep it up.
Thanks ,@Techsithtube I learnt the concept/s
That was a good explanation! Good job! 👍👍👍👍👍
honnestly you are the best
U sir , u are the best ...I'm so glad that I've found this channel.
Simr, thanks for watching. Keep on learning!
Thank you very much. You are a legend. 👊
Thx dude this really help me
Glad I could help
another cool stuff. thanks
Great video and well explained.
Please think of making a tutorial series of creating a full stack application with react and node.js
Very informative knowledge
Whenever I see video is 1 year old always think I must have known all this 1 year ago
Good Explanation. Thank u
thanks techsith .... whats the spread operator and protoype
Awesome Video ++++++++++++++++++ Thank you
Nice vídeo,thank you
you should have also mentioned about the Array.of() method
Thanku
loved it.... thank u sir
👍👍👍
Nice explanation, how do I get more js stuff
So good!
You don't need to use new keyword with Array constructor.
Array(5) is the same as new Array(5)
Hello! I know this question, not from the topic of this video, but could you please tell me, how can I style the video tag in React, which library I've to use? I'll appreciate it !!)
thanks man
Nice
Sir I want to convert character array to number array. How to do? Plz help
can you try to make a video on the internals on reactjs. Like how is this framework built; some design guides
@techsith 2.19 is not a constructor method is a static method
let arr = [...Array(5).keys()]
this will also work
Array.from({length: 40}, () => Math.floor(Math.random() * 40));
Array.from(ALO)=Array.prototype.slice.call(ALO,0)
Devta!!!!!
:)
👍
This tutorial is nice. I am your big fan and follower of you, I have one request to you that can you create a tutorial series on VUE.JS. I will be waiting for that.
Any whatsup group is there
Plz change the music which u play after saying welcome to tech shith tutorial it hurts when I plug ear phones
I will take the music to low level . thanks for the suggestion.
Hi sir one question regarding react js. I am always facing issue of cache when new build is deployed. I won't get updated code until unless refresh the browser. I strongly believes that I get answer from you. Please help me out sir . Thanks in advance.
That makes sense. if you do update the software the needs to know that is updated. you can use hash the url with a unique number so the browser know there is an update.
@@Techsithtube Thank you sir but we can't give Everytime new url to client .can we do it automatically is there any other solution if yes please make a video on it sir. Thanks in advance
👍