Thanks for all of the support! Stay tuned for a new video every day in January!! Watch the entire #JavaScriptJanuary series from the beginning! kzbin.info/aero/PLkwxH9e_vrALlH7D0XLDn2td-uoHqHFxq 📚 My Favorite Web Design Books 📚 Web Design with HTML, CSS, JavaScript and jQuery Set by Jon Duckett (paid link) amzn.to/2JaiCL8
@BlaBlaBlaInDaHouse7 ай бұрын
Very nice explanation. Clear and concise!
@anveshreddy32724 жыл бұрын
90 secs of your video content is more worth than other techniques I used to get this concept. Kudos!
@codeSTACKr4 жыл бұрын
Thank you!
@2864325312 жыл бұрын
Amazing video. Short and clear. Best 90 sec ever spent!
@ash.mystic2 жыл бұрын
For the example using Math.max on an array, you could alternatively use the spread syntax instead of apply(). I think it’s cleaner and more readable: const numbers = [1, 2, 3, 4, 5]; console.log( Math.max(...numbers) );
@Arcanist1010 Жыл бұрын
spread syntax only works on array and iterables objects Can you use it in object, just like in the example that has been shown in the video?
@Newtypenewtype3 жыл бұрын
Wow! Straight, direct, and to the point. Can you do a video on everything in my entire life?
@dimitrisandroid64834 жыл бұрын
Thank you, very usefull video! I liked a lot the trick to find the max of an array of numbers. This actually can be done with any object, for example: Math.max.apply(window,numbers); Another way to find the max is: Math.max(...numbers);
@webdev6442 жыл бұрын
seriously, It made a difference. Thank you
@easifier4 жыл бұрын
Thank you for this short & clear explaining
@mahmoudsalah76284 жыл бұрын
If i can suggest any videos i would ask for javascript classes i am working on learning react ant it.uses it alot so words like super and props and binding methods is really confusing to me even after reading some articles
@kesomedia9136 Жыл бұрын
I'm from the future, your Code still help ☺️
@1204vaibhav3 ай бұрын
amazing refresher :)
@vakyz53333 ай бұрын
Thank you well explained
@codemachine23944 жыл бұрын
Nice, today I learned some new JS methods, thanks .
@UsamaKhan-um3nr3 жыл бұрын
Very helpful video, short and simple explanation with an example. The voice quality is Superb, because of this the video is very interesting and understandable.
@beamosan5 ай бұрын
This made me even more confused
@SomeshNukala6 ай бұрын
bind method explanation is not understandable. very fast sir
@madhousenetwork4 жыл бұрын
wow! you explained it so simple!
@codeSTACKr4 жыл бұрын
Glad it was helpful!
@27sosite737 ай бұрын
damn, awesome!!!!
@shaikmansoor18684 жыл бұрын
Thank you man..
@ganeshpatil6020 Жыл бұрын
Amazing. Thanks alot
@cold_ Жыл бұрын
awesome, thank you
@deepaks7053 Жыл бұрын
So awesome
@XYZ-zd5km8 ай бұрын
Thank you
@minercreepmc3 жыл бұрын
How can you make these video. I mean which software, I want to learn to make it in my languague for my friend
@rajeshsahu30734 жыл бұрын
Good video..
@arvitech74194 жыл бұрын
Awesome : )
@Ali-lb2cg4 жыл бұрын
thnx.
@codeSTACKr4 жыл бұрын
Just for you :)
@Ali-lb2cg4 жыл бұрын
@@codeSTACKr thnx again bro. Your js series helped me alot
@Keyra_Ren8 ай бұрын
WoW
@arazmammadov92763 жыл бұрын
23 January 2021
@bunnybloods7683 жыл бұрын
There is a phone ringing background
@duttybwoy5563 жыл бұрын
@1:34() {why do you lie? ... It's not a 90 second video, it's exactly a 101 second video("1 min " "+ " "41 seconds")} 🤭🤭🤭
@subhras12694 жыл бұрын
So, he basically copy pasted everything from w3schools. Get a life man.