You might not realize, but you are doing god's work here by teaching JS in such a detailed manner.
@TechWithNader2 жыл бұрын
Wow, such praise! Thank you very much - that's really very kind of you to say 😊 I'm glad the detail helps as that is the intention of the series! 🙂
@nanlunglongtau20769 ай бұрын
Yeah
@KRAKENBACK.. Жыл бұрын
I think the spread syntax is an amazing addition, and creates more concise cleaner code. We just have to remember it only makes copies when dealing with primitives, and it'll make a reference when spreading non-primitives. It's also way easier to read, and add values when using spread syntax. Thank you for the knowledge Nader! and also I forgot its important to remember the flow of the code because you can overwrite code with spread syntax.
@TechWithNader Жыл бұрын
You’re very welcome! It’s super powerful and we’ll be using this syntax quite a lot but just have to be careful when and how we use it as you mentioned 🤓
@Abulkhair1995 Жыл бұрын
loved the concept of spread operator......
@kinrev6719 Жыл бұрын
Congrats! God Nader, for 4k subs, your videos are goldmine. I learnt a lot, Thanks!
@TechWithNader Жыл бұрын
Thanks! 🥳
@sportstv91042 ай бұрын
Man you are really the best keep it up please
@simplyskandi59732 жыл бұрын
Hey Nader, do you have any sort of discord group where we could share screenshots of problems/questions. Nader, each video is just as good as the one before. Thank you for making in-depth videos and taking your time in explaining concepts. Would have easily paid for this content. Eagerly looking forward to Node/Express/MongoDB videos after JS :)
@TechWithNader2 жыл бұрын
Thanks again for such kind words, it truly means a lot! 😊 I plan to make a discord channel or use another similar tool to help everyone out soon - I’m just trying to structure and plan it, but coming soon! 😄 Also can’t wait to get deeper in to some of the backend stuff!
@khanittaajay39322 жыл бұрын
Nader 👋🏻 great to see you on KZbin! The Tesla bot 🤓
@TechWithNader2 жыл бұрын
Why, hello! 🤖
@senniagordinskaya40515 ай бұрын
Thank you!
@Proton_uio Жыл бұрын
I think you have a small typo right there at the Map spread section of the video where you use .add() on Maps instead of .set()
@tomboolery Жыл бұрын
spread seems like it’s going to be a huge timesaver, just gotta remember it’s shallow!
@TechWithNader Жыл бұрын
Hey Tom! Yup, definitely will come in handy for many things as we progress! The deep copy really can cause bugs though if you're not aware of it 😊