I have been doing Angular development for work for 2,5 years now but I am self learnt and have missed a lot of tips and tricks when just writing code ”in my own box” without getting much feedback from more experienced developers. I found your channel few days ago and really have enjoyed some of your videos! Many things have been familiar but almost always some new useful stuff is included. Really appreciate your work and good luck for your new challenges!
@MrARES2382 жыл бұрын
Yes, I agree! Sweat was boiling INSIDE my head, now I understood the every function. liked, SUBBED, keep making more videos like this! :)
I was really struggling with understanding the syntax of callback functions before watching this playlist! I now have a much better understanding, thank you. Any more videos like this about other methods would be amazing :)
@JamesQQuick3 жыл бұрын
So glad this was helpful for you!!
@dr_corrupt1014 Жыл бұрын
@@JamesQQuick bro the link is not in the discription
@TheFacal3 жыл бұрын
I found your channel a couple of days ago and so far all the videos I've seen have been really helpful. Thanks a lot.
@daryaleylian89423 жыл бұрын
Just watched this playlist about array methods - SO helpful! Thank you for putting this together. I am relatively new to javascript, and your explanations were clear, and show the potential power of these methods. I also really appreciate how you explain the arrow functions, that was very helpful. I would love to see a video about the spread/rest methods. Thanks again!
@cine-insights1.03 жыл бұрын
Please cover other array functions too... you explain really well that it clears out all the confusions
@williammckeever47902 жыл бұрын
Very clear and easy to follow examples. Was very helpful. Thanks for the great tutorials.
@IntricateMoon2 жыл бұрын
REALLY LOVE THIS SERIES!! THANK YOU SO MUCH JAMES!!!
@MrProTutos3 жыл бұрын
Thanks to you, now I know more about Js Arrays. Greetings from Ecuador!
@JamesQQuick3 жыл бұрын
Hola! Gracias por mirar :)
@BaldBeardedBuilder4 жыл бұрын
These snippets have been great! Well done James!
@JamesQQuick4 жыл бұрын
Yay. Thanks!!
@narcissisticnarcissus49564 жыл бұрын
This is a great series and over time these will get a lot more views. I am a React developer and I am not as used to using vanilla JS loops as React loops.
@JamesQQuick4 жыл бұрын
So glad to hear that!
@yoshi81713 жыл бұрын
Thanks for the great series of videos! I just noticed that this one is missing from the play list? Maybe worth checking. Cheers,
@ApurvKhare4 жыл бұрын
I didn't know about every and some. Now I do. Thanks 😀
@chanakaamarasinghe9343 жыл бұрын
This is a great series !!
@MrWardo20093 жыл бұрын
Thanks for the video!
@NarendraSingh-bp2ue2 жыл бұрын
Awesome explanation :) can you please cover other Array methods as well?
@burgasHoH4 жыл бұрын
Great Video and lecture man !!! Keep the good work !!! Nice array tutorial
@JamesQQuick4 жыл бұрын
Thank you. Glad you enjoyed it!
@AshishSingh-op2ul3 жыл бұрын
Which setting or extension you are using to get terminal look like this?
@borikua420052 жыл бұрын
Lifesaver... over an hour of trying to figure this out for class solved with this video lol😂
@estate_renewal_project_20152 жыл бұрын
thanks, was struggling to understand how to actually script the code for this having read the Mozilla developers blurb on every (), and found this understandable and very helpful. Sue E, UK
@adao5308 Жыл бұрын
Thanks, James
@Ahmed-Elsadek12 жыл бұрын
Amazing dude👌
@muladhadrasahasrara1262 жыл бұрын
Thanks a lot!
@عبدالقادرعبدالرحمنعبدالله4 жыл бұрын
Thank you so much. Very helpful.
@JamesQQuick4 жыл бұрын
Yay!!
@tomino1334 жыл бұрын
Great video, great series. :-)
@swankyorc98428 ай бұрын
@JamesQQuick what is your VScode theme extension??
@N1rOx9 күн бұрын
bro was like, I acknowledge you, but I shall not answer you
@Fatima-ie5kj4 жыл бұрын
Thankyou so Much for making great content for us , btw how u customize your cursor in vsCode ?
@JamesQQuick4 жыл бұрын
Search for cursor settings in the settings of vs code. There’s a few different options.
@diegopg153 жыл бұрын
great series!, maybe you could add forEach too...
@doniaelfouly4142 Жыл бұрын
Thanks
@HarshPatel-xv6ns4 жыл бұрын
Hi, thanks for the video
@CodeNascher_ Жыл бұрын
4:08 the metric is metric :P it's cm
@ridhwaans3 жыл бұрын
great exercise
@manny_here3 жыл бұрын
Can you make more of these 5-10 mins videos explaining methods? They're awesome!
@KaoutharMoragues Жыл бұрын
do videos of json plz
@Hotatoes4 жыл бұрын
Can you show us the json file for your vs code setup . I like it
@JamesQQuick4 жыл бұрын
I’ve got several videos on my setup you should checkout :)
@Hotatoes4 жыл бұрын
@@JamesQQuick will check them now
@AydenSalem2 жыл бұрын
You should do a Ted talk
@reanibutani95554 жыл бұрын
2nd Comment :D I want to be great at Javascript
@JamesQQuick4 жыл бұрын
Keep working at it :)
@AbdoMohamed-ml7ei3 жыл бұрын
"zero dislikes" CLEAN
@231-o5m2 жыл бұрын
more JS good
@JamesQQuick2 жыл бұрын
Yeahhhh!!!
@clemensruis Жыл бұрын
Every is just the inverse of "some". And "some" should really be called "any" in my opinion.