Omg the little things that the Professor explains so well! Another priceless JS video! Thanks again!
@opencode19 ай бұрын
I really like your videos, i found them very useful. Just basic HTML and CSS and always just focusing on the logic an going in depth. Thank you very much for your work in helping us to understand it better dear Steve.
@CameronFrederick Жыл бұрын
Amazing explanation of Array.from🎉👏🏾 (thank you)
@rmnkot Жыл бұрын
Surprisingly, I was not aware of this functionality. What a useful video!! Thanks a lot!!
@rodolfooliveiram8 ай бұрын
Awesome video! Thank you, professor!
@khalilbenmeziane8836 Жыл бұрын
great teacher ever
@jimshtepa5423 Жыл бұрын
Thank you professor. I was wondering if you could please cover event loop, multithreading and child processes in nodejs in one of your future courses?
@SteveGriffith-Prof3ssorSt3v3 Жыл бұрын
It's on my list... along with a thousand other things. Just wish I had more time. I do this channel in my spare time after my full-time work and so often the things I am teaching that semester drive the topics that I need to record.
@tahasoft13 ай бұрын
It is also useful for using generator function const obj = { name: "taha", age: 26, job: "developer", [Symbol.iterator]: function* () { for (const key in this) { yield this[key]; } } }; console.log(Array.from(obj));
@shahinza Жыл бұрын
Well explained. Thank you!
@devstefancho Жыл бұрын
very interesting content, I learned a lot Thanks
@nro337 Жыл бұрын
This is super helpful. Thank you!
@AndreasLepsuch7 ай бұрын
The object-solution seems for me too complicated and hardcoded - what is with: for (const [key,value] of Object.entries(myObj)){ console.log(key," - ",value); }
@Mehedihasan-rahat Жыл бұрын
Almost new in ecmascript 2023❤
@DmitriyMalayevProfile5 ай бұрын
Any plans on making something on LinkedIn Learning or Udemy one day :)
@SteveGriffith-Prof3ssorSt3v35 ай бұрын
I created an account on Udemy years ago and considered it. I've also been approached by a number of other learning platforms. I decided to keep all my material free on KZbin. Anyone who wants to support me can do it through the SuperThanks donations on KZbin