Комментарии:
YOU RE A LEGEND.
ОтветитьPlease make this type of video on nodeJs
Ответитьyou always bark in hindi
ОтветитьHelping me to get Advance in JS
Thank you bahi
Promises are not part of WebApis
ОтветитьI am from Bangladesh. You're really amazing.
ОтветитьIt was incredibly clear and informative! You did an amazing job breaking down complex concepts in a way that's easy to understand, especially the way the call stack and event loop work together. Thank you for such a well-structured explanation—it really helped me deepen my understanding of JavaScript!
Ответитьyou are truely amazing the way of explaining the how javascript works behind the scene. Even a begginer can understand clean detailed way
ОтветитьBest explanation of the event loop brother. You literally killed it
Ответитьadd one more example executing setTimeout and setImmediate then what will happened, webapi and event loop
Ответитьthe way he explains can't be explained in words❤
ОтветитьThank you for this wonderful videos
Ответитьtusi chha gye sir, pahli bar samaj me aaya ye lafda, javascript ka...
ОтветитьScript:
console.log("Hello World");
setTimeout(() => {
console.log("Hello World after 0 seconds");
}, 0);
setTimeout(() => {
console.log("Hello World after 2 seconds");
}, 2000);
setTimeout(() => {
console.log("Hello World after 0 seconds 3th time");
}, 0);
console.log("bye bye");
Answer:
Hello World
script.js:17 bye bye
script.js:4 Hello World after 0 seconds
script.js:12 Hello World after 0 seconds 3th time
script.js:8 Hello World after 2 seconds
An amazing explanation can you make this type of series for Mern stack also everyone is waiting for that
Ответитьgreat
ОтветитьBest explanation
ОтветитьEnglish subtitles???
ОтветитьBro i have completed your js playlist,
but completing and checking more things, i found that some topics are missing like object
Very nice video ❤
Please make some video on typescript also.
Understood Everything, Nice Explanation, Looking forward for next videos!!!
ОтветитьBhaiya Mera next month interview hai ap please playlist complete kr denge kya?
apka smjhaya hua mind se niklta hi nahi
You are my bestest teacher/bro/friend
thank you piyush.
ОтветитьExited for next video ❤
ОтветитьNo one can beat you when its comes to explanation ❤
ОтветитьYou are best
ОтветитьOssam explanation piyush bhaiya 😊😊
ОтветитьHii
You are great explainer of tech now evolving around developers.
🔥🔥🔥
ОтветитьLight Mode🫣
ОтветитьPlease please please continue rust series'
ОтветитьSir Please tell me , whether the callback functions run inside the global execution context or its i executed after all the synchronous code is excuted and global execution is poped out from the stack .
if cb fn not executed inside GEC then how they access the values from the scripts.
good going , I am a boy still I feel U are cute 😆
Ответитьfetch metho also comes into micro task queue
ОтветитьThank you sir ❤
Ответитьyour explaination are super good, i would be nice if u do all videos in english
ОтветитьMake a playlist on javascript and node js interview
ОтветитьA Wonder Full Content Bro
Bro Need Series on React
Also video on how node handles 1000s of request at a time we need
ОтветитьI recently started backend in javascript, please help me how can i practice it more
Ответитьplease continue the rust series
Ответить🏅 प्रथम
ОтветитьGreat content❤.
I would to see videos on OOPS in javascript and a small project using OOPS
Thank you sir
Ответить