Advanced JavaScript Crash Course

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

Use coupon code: CodevolutionYoutube for any workspace upgrade. Select "Add promo code" on checkout, enter the code, then hit "Apply". This will apply a 100% one year subscription discount. Enjoy and feel free to invite others to your workspace!

📱 Follow Codevolution

Advanced JavaScript Crash Course
Advanced JavaScript Tutorial for Beginners
Advanced JavaScript Crash Course - Tutorial
Advanced JavaScript Tutorial

Timestamps

00:00 Intro
00:26 Before we begin
01:58 Concepts covered
02:49 Setup
03:29 Nested function scope
08:24 Closure
16:12 Currying
22:35 this keyword
32:15 Prototype
36:28 Prototypal inheritance
42:16 Class
47:08 Iterables and iterators
57:11 Generators
01:03:20 Frontend Interview Course
Рекомендации по теме
Комментарии
Автор

Just 10 mins and the way you explain things is perfect. I've watched countless tutorials before and you really explain awesome.

eduardabramovich
Автор

I’d love to watch it now, but it’s 2am and I know I’m going to get brain blasted. Saving for later instead ;)

peanutrbuckle
Автор

To the point and no extra useless stuff taught only what is needed. just what i was looking for.
Thank you So much.

rhl_ai
Автор

I want to point out a mistake on 40:10. The Object.create should be before adding new methods. In example above, fightCrime() is the new method, if Object.create is after fightCrime(), that method won't work. You only called getFullName() method in the video so it seems everything works fine. Prototype object cannot be assigned after new methods. All-in-all, great tutorial, keep it up!!

adiru
Автор

Teacher of the year! 🥳 I appreciate that it seems that you know what questions we are going to ask ourselves and you cover every case.

aarondiaz
Автор

In this code, th
e outer function returns a reference to the inner function by using return inner. This is called returning a function as a value, or returning a function reference.

If the outer function had used return inner(), it would have returned the result of invoking the inner function instead of a reference to the function itself. This means that the fn variable would be assigned the value returned by inner(), which is undefined since the inner function does not return anything.

By returning a reference to the inner function, we can assign it to the fn variable and then call it multiple times using the fn() syntax. This allows us to create a closure where the inner function retains access to the counter variable even after the outer function has completed execution, as explained in my previous answer.

So, in summary, return inner returns a reference to the inner function, which can be stored and invoked later using the fn() syntax, while return inner() would have returned the result of invoking the inner function immediately, which is not what we want in this case.

johns
Автор

Hello Vishwas!
I'm a huge fan of yours
You videos are really high quality and you have the skills to explain complex things to others in a very easy way
I have learned a lot of things from you
Thank you very much for all of this quality content
This is better than most of the paid ones as well
Hope you get more subscribers soon !

muhammadahmedjaved
Автор

Absolutely awesome. Finally someone who can explain things in the right pace and kept me engaged for whole video.

MKarl
Автор

Interviewing next week and need a refresher! Thanks for this!

codingispower
Автор

I love the way you explain difficult concepts in a very simple manner

touseefghazanfar
Автор

there are very less resources on design patterns in JS can you please consider one series 🙏🙏🙏

pawandeore
Автор

A very nice and clean explanation of difficult concepts in short video. Thanks so much Vishvas. You are great teacher indeed.

Shakeel
Автор

First part was clear, and superb, this video is quite confusing, mostly because of impractical examples which do not represent real scenarios. Must change at least the currying example.

drrknag
Автор

Great course. There are not many advanced courses that has covered all well-known advanced topics. I am glad i check this one out.
Would love to watch if you already have any advanced Nodejs crash course or if we are going to get one soon :)

harshr
Автор

Thank you very much!
It would get better if you could add more real world examples after each chapters.

bluerose
Автор

sir i m a beginner, i watched many tutorials from different sources but the quality and content u give provide has no match....i just stick to learning just bcoz of u sir

sammy
Автор

Please do a crash course on Dom and async js

universal
Автор

Just watched one hour before an interview..you sir might got me my new job offer

omrishooshan
Автор

Can you make a video on javascript design patterns? It would be very helpful .

SAIKRISHNA-rmlk
Автор

Thank you for this crash course and async js I truly needed them.

milad