11:49 - There are a few other differences between var, let and const. 1. Var can be redeclared while let and const cannot be redeclared. 2. Both var and let can be declared without assigning a value while const needs to have a value assigned when you are declaring it. 3. Additionally during JS execution var is "hoisted" therefore all the var variables are first brought to the start of your code by JS and with an undefined value, before it executes your code. Let and const are not "hoisted" in the sense of the word but are instead stored in temporal dead zone (a memory allocated used to store such variables for the time between declaration and initialization).
@kasireddylaxmi56097 ай бұрын
Yes you are correct
@kasireddylaxmi56097 ай бұрын
21:37
@avaneeshkumar911 ай бұрын
Sir Apki video ne meri bahut help ki. I've cleared SDE interview with help of this video. 14 feb ko joining hai ❤
@cartoonkid558420 күн бұрын
owo, common kitna aia tha
@hiviagrhri481417 күн бұрын
Kis company m sde interview tha ?
@harshrohilla17213 күн бұрын
refer krdo bhai
@vivektiwari8667 Жыл бұрын
was a amazing video, But you left some important Question like:- Clouser, Lexic Scope, spread and Rest Operator, Destructring, First class function, Pure and impure Function, function currying, Map filter and reduce, call apply and bind, prototype chaining. Thanks a lot.
@interviewhappy Жыл бұрын
Great catch, that is slightly next level and I will cover then soon.
@abilashinib7638 Жыл бұрын
Very good for my last-minute revision. Even beginners would find it simple to understand. Thank you very much. Sir, you have made me too happy.
@interviewhappy Жыл бұрын
You are most welcome @abilashinib
@abilashinib7638 Жыл бұрын
I cracked it sir once again thank you so much 🎉
@govindbansal2181 Жыл бұрын
Lots of respect for your hard work and great content. 🎉
@zia-kayani Жыл бұрын
sir sir sir .. thank you so much , love from pakistan..
@interviewhappy Жыл бұрын
Thanks and all the best for your career.
@samiransari-fg6kx Жыл бұрын
Your voice is very clean it's give me more interest to watch your videos.
@mayurpatil1134 Жыл бұрын
Very best interview question for preparation.. thnx a lot😊
@powercircuitacademy Жыл бұрын
Sir i have completed this mini course for an interview . Thanks❤ sir
@interviewhappy Жыл бұрын
All the best @currentstudy
@mahalingamsunthar76022 ай бұрын
Heartfull thanks for your all videos. In Javascript interview videos Top 25 JavaScript Interview Questions for Beginners In callback function question What are CallBack function? V IMP your example explanation function display(x,y,operation){ var result = operation (x,y) ; console.log(result); } display(3,9,add); Sorry for for your effort. I am try to add first line in your code example const add = (a,b) => a+b; I got result, Many many thanks for you. Now i am very very happy,
@saisankar-q9i Жыл бұрын
superb explaination sir i never have seen this type video ❣❣❣❣❣❣❣
@interviewhappy Жыл бұрын
Thanks. Glad you liked it. All the best for your career.
@zia_muntasir25 Жыл бұрын
so much easy to perceive and happy to see simple explaination of the hard topics
@interviewhappy Жыл бұрын
Glad it helped! @self-taughtlearner6401
@ashishvaidya7492 Жыл бұрын
Thank you Happy, this really helped me to quickly revise the concepts. Requesting the same video on React.
@interviewhappy Жыл бұрын
Glad it helped! React already uploaded
@MunaSwamyC Жыл бұрын
You are really great teacher. First time adding comments in youtube.
@interviewhappy Жыл бұрын
Wow, thank you! Hope I add value in your learning @munaswamyC
@suchitachaudhary Жыл бұрын
Amazing sir....pls bring 25 more questions of javascript...it will be really very helpful for us.
@interviewhappy Жыл бұрын
Thanks a lot and all the best
@sumanthn.s.1377 Жыл бұрын
Fantastic video bruh, never seen such a simplified explanation on JS in KZbin.
@interviewhappy Жыл бұрын
Glad you liked it! @sumanthn.s.1377
@vaishnaviwarang1583 Жыл бұрын
Amazing content! I am preparing for interviews and this is very helpful, so precisely explained. Would love to see part2 :) Thankyou in advance
@interviewhappy Жыл бұрын
Thanks Vaishnavi. I am working on part 2 :)
@MrCoder-u9y Жыл бұрын
@@interviewhappythanks sir for this video, eagerly waiting for the 2nd part, also can u make one video for the react also!! 🙏🙏
@dr.ayurbedic Жыл бұрын
you really deserve 1M subscriber....from NEPAL
@interviewhappy Жыл бұрын
love you Dipesh. All the best for your career.
@coolgirlsharu Жыл бұрын
I have learnt many topics from this video 😊😊😊🎉🎉🎉, im very happy from this. I was not knowing many things from last 3 years clearly.
@interviewhappy Жыл бұрын
Glad to hear that. Thanks for appreciating my efforts . Good words means a lot @appusharu5657
@yashwanth8350 Жыл бұрын
present mood : Happy happy happy 😼😺
@_Sujit-khot_ Жыл бұрын
Same here ❤
@N-Chance Жыл бұрын
😂😂
@ayushmaithani6548 Жыл бұрын
vic
@tusharsharma235910 ай бұрын
Banana cat happi 😺
@gamingwithnegi75759 ай бұрын
This comment is everywhere in happy s video
@shailajagoud8292 Жыл бұрын
Kudos to your teaching skills sir👏👏👏
@interviewhappy Жыл бұрын
Thanks Shailaja. All the best for your career.
@USMANALIANSARI-t3j9 ай бұрын
45:48 I go through various video when I was learning c++, java(best in OOPS concept) and also JavaScript class was confusing for me but today you naild it and clear class concept, Thank you!
@anish_rawat-i3m Жыл бұрын
Thanks a lot dear sir this video is very helpful for beginners
@interviewhappy Жыл бұрын
wc and all the best buddy.
@g-ytub Жыл бұрын
You are so good to capture these interview questions.Your explanation skill is also extremely good. thanks for sharing
@interviewhappy Жыл бұрын
Glad it was helpful! @jitendra
@basukunal89 Жыл бұрын
The content is really great with a nice explanation of each concept. It helped me a lot.
@interviewhappy Жыл бұрын
Glad to hear that . Thanks a lot @basukunal89
@dadasoborge9011 Жыл бұрын
One of the best video on the internet...Thank you so much for this❤💥. Can you please make videos on the entire javascript course it will be so helpful for beginners.
@interviewhappy Жыл бұрын
I will try my best @dadasoborge9011
@LearnerAbhi21 Жыл бұрын
This is THE BEST VIDEO I have watched on youtube considering explanations based on Theory as well as Practical !!❤❤
@interviewhappy Жыл бұрын
Glad you think so @beinglearner
@Etcher5 ай бұрын
Excellent video, thank you so much - really helped with my interview prep. I was rusty on the fundamental definitions but not any more, thanks again!
@interviewhappy5 ай бұрын
Glad it was helpful!
@sudhamohanv272 Жыл бұрын
Good explanations, watched your old videos too. Gives motivation along with subject. Great job @happy.Thank you I am requesting please do on certification related, it’s importance, and where to get etc..
@interviewhappy Жыл бұрын
Sure I will brother . Trying to cover topics one by one @sudhamohanv 272
@sudhamohanv272 Жыл бұрын
@@interviewhappy Thank you…
@ArunKumar-jp3cq Жыл бұрын
very nice video and way of under standing is excellent.
@interviewhappy Жыл бұрын
Thanks Arun. Glad you liked it. All the best for your career.
@sathidontheboina8061 Жыл бұрын
Wow it's a very good explanation and easy to understand Thank you so much sir.....for creating this type of videos it is very helpful to many of the learners once aging thanks you sir
@AleySoundz Жыл бұрын
This video is amazing! Really helps to sum up what javascript involves.
@areebahmed1773 Жыл бұрын
very nicely explained. Thank you
@interviewhappy Жыл бұрын
Thanks Ahmed. Glad you liked it. All the best for your career.
@Zero_Bug_Zone Жыл бұрын
This is a really really helpful video, there is no video on KZbin which covers mostly all concepts in a single video. Thanks a lot for this. Informative, Detailed and Great explanation with examples. Hats off🫡🫡
@interviewhappy Жыл бұрын
You're very welcome! Thanks for appreciating my efforts . @vikaskumar
@Ramanujan-c5cАй бұрын
Thanks a lot for creating Js Ivw Qs, got clarity in concepts. Explanations are easy to understand and ur presentation is cool. Love this Ivw Qs series. Tks for Empowering young coders and making world beautiful. Tc Team. Gr8 job.
@rehmanshoaib8896 Жыл бұрын
Amazing sir I had search lot of videos but this video is really much helpful keep growing sir ❤❤❤
@interviewhappy Жыл бұрын
Thanks Rehman and all the best for your career.
@Itsmepuneeths Жыл бұрын
Most understood video i ever seen since fro i started learning JavaScript . You make me "Happy" by explaining like this. ❤
@interviewhappy Жыл бұрын
Glad you liked it! @puneeths7973
@FroYouShorts-np5cm4 ай бұрын
Guru kamaal kar diye aap to ❤🎉 Great ❤🎉
@mitch166811 ай бұрын
So glad I found your channel. You explain everything so clearly!
@interviewhappy11 ай бұрын
I'm so glad!
@gopssweety4 ай бұрын
Amazing set of interview questions and answers!! You give us a positive vibe with your smile 😊
@bryan_110163 ай бұрын
Thanks a lot sir! This was really helpful for me as I am preparing for my interviews. God bless and best wishes to you sir ❤
@interviewhappy3 ай бұрын
All the best
@syedsuhel6164 Жыл бұрын
Tqsm sir i feel I know javascript after watching ur video. 🎉🎉
@interviewhappy Жыл бұрын
Great 👍Thanks and Welcome @syedsuhel6164
@DK-hn9or Жыл бұрын
Most valuable video for hour before an interview ❤
@interviewhappy Жыл бұрын
I am glad you liked it @Dk-hn9or
@tr-dev926 ай бұрын
Happy I very much would love to have a coding session with you someday, this is your first video of yours that I watched and the value you provided is very much worth worth the watch, thank you
@interviewhappy6 ай бұрын
Welcome aboard!
@cristiangolu1234 Жыл бұрын
Excellent job with these interview questions, also good luck with your KZbin channel, you're doing great content, keep it up! 🔥🔥🔥
@interviewhappy Жыл бұрын
Thanks so much!@cristiangolu1234
@ShrutiSharma-zl8yy7 ай бұрын
28:33 When callback function is defined and 10 and 5 value is passed along with callback function so how can output be 8.
@MusicallymindshealАй бұрын
It Would be 15...
@sujatha204 Жыл бұрын
Your explanation is next level 🎉
@interviewhappy Жыл бұрын
Thanks a lot 😊@sujatha204
@abhijeetkamble9305 Жыл бұрын
Your videos are awesome sir please make a video on the JavaScript output series which is asked in the interview
@interviewhappy Жыл бұрын
Will try @ abhijeetkamble9305
@pranshugupta227 Жыл бұрын
Thank you sir....amazing video and helpful too
@interviewhappy Жыл бұрын
Glad you liked it @pranshugupta227
@dpmshooterspubg643 Жыл бұрын
great work and thank you for this one hour summary about js , i am waiting for ur up-coming videos...
@interviewhappy Жыл бұрын
Thanks and all the best for your career.
@chandustrikes2017 Жыл бұрын
Thank you very much sirr.. Now i am cleared regarding basic fundamentals of js after listening this video.. It is useful for me.
@interviewhappy Жыл бұрын
Glad you liked it . @chandustrikes2017
@roshankr69692 ай бұрын
Best Javascript question series ❤
@hemensanmahilange4127 Жыл бұрын
Thank you so much sir for creating such an amazing Interview preparation. Today is my Interview and It gives me lots of motivation.💖💓
@interviewhappy Жыл бұрын
All the best my friend @hemensanmahilange
@hemensanmahilange4127 Жыл бұрын
@@interviewhappy Thank you very much, sir.
@lokeshvasnik6872 Жыл бұрын
Did you pass
@hemensanmahilange4127 Жыл бұрын
@@lokeshvasnik6872 yes bro, interview was for internship. I was selected.
@kranganath9764 Жыл бұрын
good sound and clearity
@interviewhappy Жыл бұрын
Thanks and all the best for your career.
@shivashyt6 ай бұрын
really I learned all the advanced concepts in this video. thanks a lot happy☺
@Gyan_Tech_Soft7 ай бұрын
Tomorrow is my Interview and this video is very helpful 😊 Thankyou Guru jii
@interviewhappy7 ай бұрын
Good Luck
@Ram-bz4qu4 ай бұрын
Thanks sir for your best wishes. I practiced your all questions. It helped me a lot in revising javascript concept 🙏🙏🙏. Your content was very useful.
@atulsaini7013 Жыл бұрын
Thank you so much sir.This question are very very important for Interview 🎉🎉❤
@interviewhappy Жыл бұрын
Most welcome and Thanks for appreciating @atulsaini7013
@MusicSpeaksVolumesChannel Жыл бұрын
Bro, you are a fantastic teacher
@interviewhappy Жыл бұрын
Thanks bro and all the best for your career
@gsaravanakumar932Ай бұрын
Its a great tutorial. Thanks
@Royal-19929 ай бұрын
Excellet Sir, I am watching your videos continuly and i feeling very happy to you are sharing the great knowledge and your teaching method is awesome...🙏😊🙏 And we are very blessed because of you are in the youtube and udemy mediums...😊 I don't have the much words to you to express my gratitude..🙏
@RealFunrr Жыл бұрын
Thankyou Sir You increase my confidence of js
@interviewhappy Жыл бұрын
Welcome . All the best for your career.
@pulyramesh13396 ай бұрын
Lots of respect for your hard work and great content. Thank you Brother
@nadikakpathirana Жыл бұрын
Very clear explained. Thank sir.
@interviewhappy Жыл бұрын
You are welcome @nadolaloshala8678
@PeterChapman-py7 ай бұрын
Thank you!! Haven't seen a collection such as this, very helpful!
@interviewhappy7 ай бұрын
Glad it was helpful!
@gautamjuneja37265 ай бұрын
Sir because of you i got a job, such an amazing work you are doing.
@interviewhappy5 ай бұрын
It's my pleasure. Congratulations to my friend.
@chayanjana206 ай бұрын
Introduction is awesome🎉🎉🎉🎉
@Alkane0519 ай бұрын
thank you so much sirr, God Bless You... sir , you are the best teacher of JS...
@interviewhappy9 ай бұрын
You are most welcome
@dips3122 Жыл бұрын
Very good session. Very well covered js topics. Thank you for your efforts and making it available without any cost. I am referring to all your videos for preparation. Thank you😊
@interviewhappy Жыл бұрын
Thanks and welcome @dips
@yawimalik4983 ай бұрын
The most important difference between primitive and non - primitive data types is that Primitive Data Types are compared by value while non - primitive data types are compared by their reference.
@shubhamdwivedi1259 Жыл бұрын
Such an amazing content, cleared my all concept.
@interviewhappy Жыл бұрын
Thanks Shubham and all the best for your career.
@codewithdeepak45 Жыл бұрын
Amazing content! I am preparing for interviews and this is very helpfull, Thanks a lot sir
@interviewhappy Жыл бұрын
Glad it was helpful! @deepak
@geetikarathore4787 Жыл бұрын
this video is very good and helpful for memorize the concept and make more videos on other topic of Javascript map reduce and await bind and the tricky question in which we face the problem
@interviewhappy Жыл бұрын
Thanks Geetika. And all the best for your career.
@Jujitsubrasilian Жыл бұрын
Omg you teach in best and perfect form . Thanks so much sir
@interviewhappy Жыл бұрын
Your Welcome bro
@somu20673 ай бұрын
Salute sir g 😊😊😊😊😊
@pranotideshmukh897410 ай бұрын
We would love to learn more in depth lectures of related technologies as well😊
@lakshmisettisrinivas2187 Жыл бұрын
Hi sir, thank you so much for this class and we need one more session on javascript theory and coding. your classes are very helpful to understand the concept easily.
@prasadmusini-w9x Жыл бұрын
Big fan of your work sir
@interviewhappy Жыл бұрын
Thanks and all the best for your career.
@AC-tj3xv Жыл бұрын
The content is soo good and explanation as well, can you please upload advanced interview questions in JS and react as well
@interviewhappy Жыл бұрын
Yes sure will try to upload soon @AC-tj3xv
@SelfMadeBillionaire-pp1vn4 ай бұрын
This video is really helpful for quick revision of javaScript concepts for interview. Thanks sir for sharing this video.
@interviewhappy4 ай бұрын
You are most welcome
@Raghuram37215 ай бұрын
Thanks for great knowledge. Your videos are very much useful. Very simple to understand with very clear code snippets.
@devrajsinghchouhan4885 Жыл бұрын
Tq so much for giving this important concepts in js.😊
@interviewhappy Жыл бұрын
Thanks Dev. All the best for your career.
@talankeshk7146 Жыл бұрын
Superb explanation 👍
@interviewhappy Жыл бұрын
Thanks and All the best.
@johnnyjack2986 Жыл бұрын
soo much satisfaction after watching full lecture. Fully impressed.
@interviewhappy Жыл бұрын
Glad to hear that. Thanks for liking it @johnnyjack2986
@hpWorldVlogs Жыл бұрын
You are a very good teacher with simplicity of logics that you have shown here. Please keep it up. Great Job @Happy.
@interviewhappy Жыл бұрын
Thanks. Wish you all the best.
@kunalkadam653929 күн бұрын
Sir Apki video ne meri bahut help ki
@regiremiltan60743 ай бұрын
Really good session .its very help to my intern interview . like wise please post the some importance thing or interview questions about the other full stack technology such as React Node etc.
@vvms6249 Жыл бұрын
There is an interview for me tomorrow. Hope this video Helps me...Good Work anyway!!
@rounakmukherjee1009 Жыл бұрын
All the best bro
@vvms6249 Жыл бұрын
@@rounakmukherjee1009 thak you very much ❤️❤️❤️
@interviewhappy Жыл бұрын
All the best bro. You will crack it.
@MayurPatil-pj2qy Жыл бұрын
hey bro, all the best & plz make sure to comment down questions from your interview, it will help viewers
@vvms6249 Жыл бұрын
@@MayurPatil-pj2qy sure
@harikrishnanpandyan5684 Жыл бұрын
We need like this essence of javascript videos... ❤❤❤
@interviewhappy Жыл бұрын
Will upload soon my friend @harikrishnanpandyan5684
@vineetkumar2899 Жыл бұрын
Thanks happy for make me happy.I am your new subscriber
@interviewhappy Жыл бұрын
Thanks Vineet and all the best for your career.
@brahmakumara-from-2023 Жыл бұрын
its really a wonderful .... i always believe in practical..
@interviewhappy Жыл бұрын
Sure, soon I will show the practical
@saumyapandey78826 ай бұрын
Very good summarization of the important concepts Really helpful.
@estefaninoelylopezguillen3808 Жыл бұрын
this video is awesome!! thank u so much
@interviewhappy Жыл бұрын
Thanks and all the best for your career.
@knowledgeworld9799 Жыл бұрын
It's more helpful ur great ❤
@interviewhappy Жыл бұрын
Thanks and all the best for your career.
@dajanjic Жыл бұрын
Thank you sir, you're very good. Greetings from Serbia.
@interviewhappy Жыл бұрын
You are very welcome @ludakpzs
@jaiswaltechnicalmentor1575 Жыл бұрын
Thanks, very useful for me
@interviewhappy Жыл бұрын
wc and all the best for your career.
@anils1383 Жыл бұрын
Hi, Thank you for this awesome content, really very useful for interview, appreciate your efforts in putting this up. I have a question which was asked in one of the interview. Question: Guess the output? *********************************************** console.log('start') const fn = () => (new Promise((resolve, reject) => { console.log(1); resolve('success') })) console.log('middle') fn().then(res => { console.log(res) }) console.log('end') ************************************************* OUTPUT is as mentioned below ************************************************* start middle 1 end success ************************************************* Can you please explain the flow behind this. Thanks in advance Regards, Anil Sebastin
@ramghodke8599 Жыл бұрын
this session is very much helpful, to clear deeply our concepts, thanks
@interviewhappy Жыл бұрын
You're most welcome@ramghodke8599
@badarmughal2297 Жыл бұрын
Great video deserves a heart❤
@interviewhappy Жыл бұрын
Thanks and all the best for your career.
@24sakshikohale9411 ай бұрын
Sir your teaching method is very very good well done sir keep it up and please make videos on all languages like this