Test Your JavaScript Knowledge with Lydia Hallie | Preview

preview_player
Показать описание
Full Course:

About this Course:
Gain clarity on JavaScript's inner workings, including the event loop and asynchronous programming, scope, closures, and classes with interactive questions designed to enhance your understanding of JavaScript!

Find Frontend Masters Online:

About Us:

Sections:
0:00 - Introduction & Course Description
0:30 - Event Loop & Tack Queue
3:10 - Classes & Prototypes
7:11 - Generators & Iterators
Рекомендации по теме
Комментарии
Автор

Great visualisation for the event loop with the micro and macro tasks.

jf
Автор

I love your work, and I'll be sharing it with my fellow teachers and my students. Bravo!

danielgilleland
Автор

thanks for the video, honestly it's in depth, clearly explained and a joy to use for review. Please do more

JoaquinHernandezMartinez-ucsk
Автор

What is being used for the visualizations?

mameenomar
Автор

I might be wrong but I'm pretty sure the method `return` and `throw` are part of the Generator's spec and not Iterator's. Also Generator's `next` takes an argument while Iterator's doesn't.

Most structure expecting an "Iterator" usually uses the Generator method so if you had to implement one manually, sticking to the Generator specs makes sense.
There is one use case were I find a difference through: if you share an Iterator between multiple loops (ad hoc queue/multi consumers), any loop breaking will causes a call to Generator's `return` method which will put the generator in a done state and end the other loop (no more value).
If you have an iterator, there is no `return` method and the other loop will exhaust the iterator.

aredrih
Автор

Thank you for this Lydia. That was great.

nikilk
Автор

I subscribed with front end masters content was good but not having clear roadmap most of JavaScript is there which tutor I should start with ??

veeraragavan
Автор

Does anyone know what tools was used for the visualization?

SebasCC
Автор

Just few words "Keep it coming, please".

akash-kumar
Автор

Suggest to ask if super should be used

Kenbomp
Автор

That video is great, and You are great.

MaciejJureczko-ze
Автор

The best content and most beautiful women.😊

Leonidn
Автор

I’ve been working as a full stack dev for over 2 years now and I’ve never had to dive this deep. Am I doing something wrong ? I’m genuinely curious how this is useful in the real world if you’re not building apps from scratch

ZVEKOfficial
Автор

I see. The "return" keyword inside the generator functions is just to confuse people.

FeLiNe
Автор

nice video... just one little fix class Dog { construct(name) this.name = name ...

FragZero
Автор

Nice voice and quiz! I didn't make a single mistake, I'm too experienced...

firiasu
Автор

She basically has a quiz that are very similar to the questions I ask candidates when hiring other web developers during the theory interview round. I’m an architect at a fortune 30 company in finance, one of the top two banks in the world for reference. I’ll be checking this out, God willing. Seems like a lot of fun!

Sindoku
Автор

omg I'm so stupid. Javascript is so evil, I love it :v

VladPutin-fm
Автор

That last function looked a little iffy.

Sindoku
Автор

It's not free. Sorry it's disappointing 😢

omega.developer