Closure in javascript

preview_player
Показать описание
Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.

All the learning resources such as code files, documentations, articles and community discussions are available on our website:

You can find our discord link, github link etc on the above website.

Рекомендации по теме
Комментарии
Автор

Full course is FREE and will be available here

HiteshChoudharydotcom
Автор

Your passing reference to pointer concept made it better , to grasp the closures. Thanks

gayathris
Автор

literally awsome
i bought a piad course for js.. but i found ur teaching method more worthy..

shoaibsheikh
Автор

If you can explain the references part with the help of stack diagram then that would be easy for us to understand. The way you are explaining is good but it's difficult to understand.

poojasonawane
Автор

Thanks bro. Best explanation so far.

All the best

clowndriver
Автор

You are the man of cod. now i am earning for you.

devyeasir
Автор

Who says Closure is difficult? Here is one of the richest video I have ever seen in a simplified way! Accept my Thanks

prayagparikh
Автор

Hey there, everyone! Hitesh here back again with closures.. waiting for this concept since yesterday.. finally came 😊

saibhanumathurthi
Автор

Thanks for the awesome explanation, I am following the tutorial from the start but if u add or state the particular name of the concept thaught then that can help other people while making search for a particular topic, like this topic is called *currying*.

lalitkumarmehta
Автор

Writing a compiler for js must have been painful

aayush
Автор

There is a reason not to use Code Runner extension for VS code to run your JS files instead of node?
Also, great job, Keep it up my man ✌

thecapellett
Автор

Anyone can say what extension in vs code sir is using

saivivekravi
Автор

doAddition funciton.... Now in this case... Is x = 4 or x = 5

ujjawalchatterjee
Автор

One of the plain (non programming) meaning of the word closure is "A bringing to an end; a conclusion." (you can look it up in a dictionary) - and this is exactly what a closure in programming is doing. When I looked up the plain meaning of the word and compared it to the technical aspect of what a closure (in programming) does it became obvious why they chose that name for the concept. That's the funny thing.. they try to choose names for these concepts that actually make sense in terms of what it does.

Specifically speaking - to spell it out..

- The inner function is being labeled as the "closure"
- The outer function is waiting on closure
- The inner function brings closure to the outer function
- When the outer function has (or gets) closure it can complete (or be done)

If you take the plain meaning of the word closure into the above bulleted points its clear what closure in programming is

ventures
Автор

I was studying this topic today and here i get this video....law of attraction😂😂😂

sunilkhadka
Автор

Great video sir, one question, How much JavaScript is necessary to learn React and other js frameworks?

arpitsoni
Автор

Courses! Courses!! Courses!!! Courses!!!!
So Many 😵

dakshamdev
Автор

I can't even predict the output. I wonder how will I be able to write such functions.

ashutoshaman
Автор

similar to concept of decorators in python

pranshuaggarwal