CRAZY JS INTERVIEW 🤯ft. Closures | Namaste 🙏 JavaScript Ep. 12

A JavaScript Interview covering in-depth QnA of closures, Data Hiding, Encapsulation, Function Constructors, Garbage Collector, Memory Leaks, Data Privacy with nitty-gritty details along with advantages, and disadvantages of Closure with a lot of code examples.
This is basically the third part of the videos covering the Closures topic in-depth end to end.
The previous 2 videos already released are:
0. Closures in JS - Namaste JavaScript Episode 10
1. Most asked setTimeout + Closures Interview question - Episode 11
2. This video above ☝🏽- Episode 12
These 3 videos will build a strong foundation of the Closures topic in your head, for a LIFETIME.
The only request is to watch this Episode of Namaste JavaScript with the utmost attention. 🙏
Topics Covered:
00:00 - Teaser - The Crazy Interview
00:26 - What is a Closure in JavaScript?
01:34 - Can you give an example of a Closure in JS?
03:29 - Use of double parenthesis ()() in JS
05:25 - Are Let declarations closed over?
06:15 - Are function parameters closed over?
07:45 - Relation of Scope Chain and Closures
10:25 - Conflicting name Global variables in JS
13:25 - Advantages of Closure
14:24 - Data Hiding & Encapsulation in JavaScript?
14:59 - Example of Data Privacy using Closures
21:10 - Function Constructor in JavaScript
25:02 - Disadvantages of Closures?
26:02 - What is a Garbage Collector in JavaScript?
27:25 - Relation between Garbage Collection, Memory Leaks, and Closures?
29:42 - Example of Smart Garbage collection by V8 JS Engine in Chrome
32:00 - Result of the Crazy JS Interview
32:10 - Thank you for watching Namaste JavaScript 🙏
Support this video series, NOT BY MONEY, but by sharing it with your friends. 🙏
I'll give my best to come up with great content and everything absolutely for free on KZread. 😊
If you are active on Social Media,
please give a shoutout to Namaste JavaScript and help me reach more people. 🙏
Cheers,
Akshay Saini
akshaysaini.in
Would love to Stay Connected with you ❤️
LinkedIn - / akshaymarch7
Instagram - / akshaymarch7
Twitter - / akshaymarch7
Facebook - / akshaymarch7
#NamasteJS #AkshaySaini

Пікірлер: 2 100

  • @akshaymarch7
    @akshaymarch73 жыл бұрын

    Next Video: First-Class Functions in JavaScript 🔥- kzread.info/dash/bejne/hXx9sNGBqNm6o9I.html Timestamps for this video: 00:26 - What is a Closure in JavaScript? 01:34 - Can you give an example of a Closure in JS? 03:29 - Use of double parenthesis ()() in JS 05:25 - Are Let declarations closed over? 06:15 - Are function parameters closed over? 07:45 - Relation of Scope Chain and Closures 10:25 - Conflicting name Global variables in JS 13:25 - Advantages of Closure 14:24 - Data Hiding & Encapsulation in JavaScript? 14:59 - Example of Data Privacy using Closures 21:10 - Function Constructor in JavaScript 25:02 - Disadvantages of Closures? 26:02 - What is a Garbage Collector in JavaScript? 27:25 - Relation between Garbage Collection, Memory Leaks, and Closures? 29:42 - Example of Smart Garbage collection by V8 JS Engine in Chrome 32:00 - Result of the Crazy JS Interview 32:10 - Thank you for watching Namaste JavaScript 🙏 How confident are you with Closures after watching this video. Please tell me in the comments, I read each comment. ❤️

  • @ravikumarkamble6403

    @ravikumarkamble6403

    3 жыл бұрын

    This man is the godfather of js.🤩

  • @bluefury118

    @bluefury118

    3 жыл бұрын

    hello there, 16 year old here...love your vids!

  • @akshaymarch7

    @akshaymarch7

    3 жыл бұрын

    @@ravikumarkamble6403 Haha 😂

  • @akshaymarch7

    @akshaymarch7

    3 жыл бұрын

    @@bluefury118 Wow, you're a champ!! 🙏

  • @RahulBhammarker

    @RahulBhammarker

    3 жыл бұрын

    at 5:13 I was litearly screaming Hoisting 😂😂 good job, I am subscriber straighy away ❤️

  • @2bitsbyab
    @2bitsbyab2 жыл бұрын

    What an interview, not just split screen, split personalities 🔥🙇‍

  • @Exploringlife-dq8gt

    @Exploringlife-dq8gt

    Жыл бұрын

    Jokes apart...must appreciate the effort bro...

  • @dhananjayarora5765

    @dhananjayarora5765

    Жыл бұрын

    May be he is a part time actor. Lol

  • @emmetsingh

    @emmetsingh

    Жыл бұрын

    His alter personality as interviewer scares himself. Unreal 😂

  • @syedhassanraza6605

    @syedhassanraza6605

    Ай бұрын

    @@emmetsingh A good teacher is, at the same time, a goog actor.

  • @GareebScientist
    @GareebScientist3 жыл бұрын

    Took me a while to realise it's you on both sides. I was hunting description to see who the other guy is 😂😂

  • @akshaymarch7

    @akshaymarch7

    3 жыл бұрын

    Hahaha 😂

  • @GareebScientist

    @GareebScientist

    3 жыл бұрын

    @@akshaymarch7 great job man ❤️

  • @nemotivity

    @nemotivity

    3 жыл бұрын

    I was thinking the interviewer is techsith!! 😅

  • @romanmandal6278

    @romanmandal6278

    3 жыл бұрын

    heyyy ...i watch ur videos too...

  • @ShrinivasKattimani66

    @ShrinivasKattimani66

    3 жыл бұрын

    @@nemotivity I too...

  • @jagrutsharma9150
    @jagrutsharma9150 Жыл бұрын

    Things learned: 1. An inner function can be directly called using two parenthesis ()(). 2. Even parameters can be passed this way (Remember that the function needs to be returned to do this) 3. Closures can also be used for data hiding and encapsulation. So other code cannot access this value. 4. Unused variables are automatically deleted in High Level Programming language by garbage collector. Closures allocate a lot of memory which cannot be deleted so this acts as a disadvantage. 5. Some browsers now have smart garbage collectors that automatically deletes variables that are not used outside closures.

  • @dddddeeeevvvvvv

    @dddddeeeevvvvvv

    Жыл бұрын

    thanks for key points. (also small world 😅)

  • @amsemity1792

    @amsemity1792

    Жыл бұрын

    Yes...return is must ...in that sense return is actually what forms closure i think...without return closure can't be formed and no variable can access its value from parent..am i correct

  • @jagrutsharma9150

    @jagrutsharma9150

    Жыл бұрын

    @@amsemity1792 Yes since the function is returned, that's the reason closure is formed. The inner function that is returned is able to access the outer function variables.

  • @eashan2405

    @eashan2405

    Жыл бұрын

    ​​@@jagrutsharma9150 But why is counter2() printing starting from 1? It should print 3 since counter1() is already called twice before.

  • @jagrutsharma9150

    @jagrutsharma9150

    Жыл бұрын

    @@eashan2405 Due to closures. The moment counter2 is created => a new incrementCounter function is stored in counter2 different from counter 1 and hence the count in both are different. There are two closures formed now. One for counter1 and another for counter2.

  • @manjunathbabu6609
    @manjunathbabu6609 Жыл бұрын

    Let us take a moment to appreciate the amount of time and efforts put to create this masterpiece. #respect

  • @shashikanthp3145
    @shashikanthp31453 жыл бұрын

    This should've taken so long to make.. - First he needs to write a script - Calculate the time he needs to say each dialogue for proper co-ordination - Dress up as 2 different people and shoot the video - Properly edit the video to make sure it doesn't feel like the same person - Upon that there will be a lot of bloopers we didn't see It probably took him whole day. Fantastic job Akshay 👏

  • @QiroLab

    @QiroLab

    3 жыл бұрын

    wow, that is really a lot of work. At first, I thought both are different persons. After watching 5min, both look similar, and after reading comments that is confirm both are the same person. Fantastic job Akshay 👏

  • @anuragsinha2963

    @anuragsinha2963

    3 жыл бұрын

    Add "Tying a ponytail" to the list :D

  • @poonampoonam305

    @poonampoonam305

    3 жыл бұрын

    both are same?

  • @chandreshyadav9846

    @chandreshyadav9846

    2 жыл бұрын

    @@poonampoonam305 Yes

  • @sanetiger3654

    @sanetiger3654

    2 жыл бұрын

    Well someone or something is reciting the other person's script and he is going with the flow and then act out the script by himself watching his video easy but yeah takes some effort.

  • @nivikasvlogs2213
    @nivikasvlogs22133 жыл бұрын

    I never thought that someone will make learning so entertaining😂 hats off to you bro🙏 you are saviour for web developers 👍

  • @ImproveProgrammingLogic

    @ImproveProgrammingLogic

    3 жыл бұрын

    Correct

  • @VikramKumar-yo6nm

    @VikramKumar-yo6nm

    2 жыл бұрын

    no doubt👏

  • @lakshmangottapu618
    @lakshmangottapu618 Жыл бұрын

    you hit the ball out of the park with this video, this is not just a mock interview but a postmortem of closures, got so much insight along with entertainment, thank you so much, keep enlightening and entertaining us

  • @sameersahu4569
    @sameersahu4569 Жыл бұрын

    From a creator perspective how hard it must have been....like presenting all the stuffs in a organized manner and attention to detail.....it was literally on point......Thank you for your efforts Sir.

  • @robertbarrowfarrisiii2562
    @robertbarrowfarrisiii25623 жыл бұрын

    Bro this is absolute gold how did you pretend to be nervous interviewing yourself hahahahahhaha.... Acting, Video, The Mole, everything gets an A plus. Subscribed

  • @kalyansreekarjhade2944

    @kalyansreekarjhade2944

    2 жыл бұрын

    Wtf. I didn't know that the interviewer was Akshay until I saw this comment.😂

  • @nikhilthakur5089

    @nikhilthakur5089

    Жыл бұрын

    @@kalyansreekarjhade2944 konsa nasha bhai?

  • @sumitsahu8657

    @sumitsahu8657

    Жыл бұрын

    @@nikhilthakur5089 🤣🤣

  • @WestcolColombia_

    @WestcolColombia_

    Жыл бұрын

    @@kalyansreekarjhade2944 hahahaha me neither, for reak

  • @aniketfunde7188

    @aniketfunde7188

    Жыл бұрын

    Mole 😂😂🔥

  • @RahulGupta-km7nm
    @RahulGupta-km7nm2 жыл бұрын

    After 6 years of experience, I have realized how deep and beautiful the closure is. At this level, I haven't even think of it. Really great work. Expecting more. You are a JS hero.🙂

  • @saurabhandhare2118
    @saurabhandhare2118 Жыл бұрын

    Watching this excellent series after 1.5 years from the time it was uploaded. Let me tell you I have never felt the super powers of Javascript before this, Hatts off 🔥

  • @awaisyusuf1847

    @awaisyusuf1847

    Жыл бұрын

    After 2 years

  • @souravkumar-hl2ot

    @souravkumar-hl2ot

    5 ай бұрын

    After 3 yrs

  • @talwinter
    @talwinter2 жыл бұрын

    What caught my eye was the passion that you put into it. You can see that you REALLY want your viewers to learn and not just spill your knowledge out.

  • @chetannimbalkar1853
    @chetannimbalkar18533 жыл бұрын

    2 min of silence for those who thought they are different persons

  • @shashikanthp3145

    @shashikanthp3145

    3 жыл бұрын

    Do you think people are actually THAT dumb ?

  • @46divyajeetsingh

    @46divyajeetsingh

    3 жыл бұрын

    @@shashikanthp3145 Yes, I am that dumb.

  • @shashikanthp3145

    @shashikanthp3145

    3 жыл бұрын

    @@46divyajeetsingh 😂😂 really ? Are you a new subscriber ?

  • @46divyajeetsingh

    @46divyajeetsingh

    3 жыл бұрын

    @@shashikanthp3145 yes

  • @TheCodingOdyssey

    @TheCodingOdyssey

    3 жыл бұрын

    ha ha dying lol!

  • @prashanttanwar3261
    @prashanttanwar32613 жыл бұрын

    This namastey javascript series is going to make many folks get a good job

  • @laurentgauthier8742
    @laurentgauthier87422 жыл бұрын

    Wow! This is a HIGHER ORDER tuto! Thank you so very much for it! This scenario really allows to understand all of the previous videos of the series in action. PLUS, you give more examples to better understand. PLUS you begin to explain the relevance of closures to get behaviours seeked when using classes, private variables and methods to access those hidden attributes... PLUS you kind of show how all of this is related to the functional programming paradigm with the impossibility to access the inner workings of the function while interacting with it only through functions... I would love so much if you did videos on functional programming and its uses in the industry! This 12th episode leaves me in awe... Again, THANK YOU for this content!

  • @TravellWithAkhil
    @TravellWithAkhil2 жыл бұрын

    Clash of interviewer and candidates Both came from Namastey JavaScript episodes 😀 They formed closures 💕

  • @haribabupoturaju
    @haribabupoturaju3 жыл бұрын

    The interviewer Looks like Villain in old movies, but in Reality he is a Super Man and Sakthi Man. You are fantasitccccccc and You made my day brother . More power to you Brother.

  • @akshaymarch7

    @akshaymarch7

    3 жыл бұрын

    Hahaha 😅

  • @dmkjava

    @dmkjava

    2 жыл бұрын

    hahaha ha ah aha ha ah haa haa

  • @PriyankaKumari-qs2ht
    @PriyankaKumari-qs2ht2 жыл бұрын

    You know the best part was that while you were portraying the candidate side you have same level of confidence +nervousness which we all face and hile you were portrayong the interviewer part you were as confident as interviewers normally are.👏👏

  • @chromashift
    @chromashift2 жыл бұрын

    I'd pay to watch you kill a Web3 series! You're ability to sustain engagement, especially for someone with clinically diagnosed ADHD - phenomenal! As in you've helped actually begin to understand code, & be able to read it like a book.

  • @theaveragecoder6182
    @theaveragecoder61822 жыл бұрын

    That little nervousness in the interviewee voice and the strict and confident tone of the interviewer explains that he is a great actor as well 😆

  • @yashshuklaphotography
    @yashshuklaphotography3 жыл бұрын

    Interview with flawless internet connectivity.

  • @kumarshubham7017

    @kumarshubham7017

    2 жыл бұрын

    And also flawless camera quality :D

  • @AvikNayak_

    @AvikNayak_

    3 ай бұрын

    @@kumarshubham7017 also flawless audio quality

  • @ayushaggarwal7690
    @ayushaggarwal76903 жыл бұрын

    Holy crap, that's some next level content 😂😂

  • @ImproveProgrammingLogic

    @ImproveProgrammingLogic

    3 жыл бұрын

    Right..

  • @sonalshahare3521
    @sonalshahare35212 жыл бұрын

    He is amazing dude. He had made learning so easy and entertaining, Colleges need this type professors, mentors.

  • @being_ashhar
    @being_ashhar2 ай бұрын

    Teachings apart, your acting as an interviewee was superb! Also, many concepts cleared through this technique! Thanks man. Hope I get this thing in the Namaste React too!

  • @kiranjitkaur6925
    @kiranjitkaur69253 жыл бұрын

    Wow !!..what an awesome video and content...This is probably best video on closures on internet and Akshay is a good actor too ! His JS series is world class !

  • @akshaymarch7

    @akshaymarch7

    3 жыл бұрын

    Thank you, this comment made my day 😍❤️

  • @shubhamchoudhary8414
    @shubhamchoudhary84143 жыл бұрын

    Ok now this is called "True Innovation". Making people understand the concepts by showing them both the sides of the coin. Truly "One Of a Kind" video, absolutely loved every second of it and will definetly help me in my next inteview. @Akshay Saini is a LENGEND ❤️

  • @nagenderrajput5406

    @nagenderrajput5406

    2 жыл бұрын

    LEGEND*

  • @divyansh2212
    @divyansh22122 жыл бұрын

    Never seen this type of educational video before! Mind Blowing! 🙇🙏

  • @malachynwafor5665
    @malachynwafor5665 Жыл бұрын

    Wow, this has to be the best coding video tutorial I've watched. So much information passed in a very creative and intuitive way that'll definitely enable the information to stick to one's memory. I have to commend the effort put into this video and I'm very excited to rewatch as many times as I have to

  • @naeemshaikh5047
    @naeemshaikh50473 жыл бұрын

    The interview process was so real, the interviewee grew in confidence with passage of time.HatsOff

  • @akshaymarch7

    @akshaymarch7

    3 жыл бұрын

    I tried to create an actual interview scenario. Glad you liked it 😇

  • @simrankoul
    @simrankoul3 жыл бұрын

    NamasteJS >>>>> Netflix Loved this one. ❤

  • @damiancardozodelgado2101
    @damiancardozodelgado21012 жыл бұрын

    Man ... you are a great communicator, the way you make topics that are usually boring out of complexity, fun , is really great value for the community, ty sir, continue the good work

  • @bhuvandixit674
    @bhuvandixit674 Жыл бұрын

    While watching this video I was thinking how much effort you have put into this series and specially this video. Hats off to you.

  • @tanyamehrotra8832
    @tanyamehrotra88323 жыл бұрын

    cannot believe I'm watching this on a Saturday night instead of Netflix. Keep them coming! Your content is amazing :)

  • @shourya9898

    @shourya9898

    2 жыл бұрын

    Wtf! Same

  • @sagargadekar6088

    @sagargadekar6088

    2 жыл бұрын

    sun night at 0.19am :D

  • @saurabhjaswal21
    @saurabhjaswal212 жыл бұрын

    At last, when you say that I've learned from Namaste Javascript, this same thing happened to me yesterday and you know what is the best thing my interviewer also watched this series. Even if I don't get the job but the kind of confidence which I got is humongous. Thank you so much, Man!!

  • @VaishnaviNigam
    @VaishnaviNigam2 жыл бұрын

    Cant resist commenting on this........A MasterPiece by a MasterPiece...PURE GOLD 🔥🙌❤

  • @gilgameshgaming4210
    @gilgameshgaming4210 Жыл бұрын

    Man I just want to say that you are helping alot of people by making tough concepts easy, thank you from the buttom of my FUNCTIONAL heart😀

  • @krishnachaitanya8194
    @krishnachaitanya81943 жыл бұрын

    Bro you have a hidden actor in you 😂🤣

  • @kalyantelugutraveller7723

    @kalyantelugutraveller7723

    3 жыл бұрын

    True

  • @kin3747

    @kin3747

    3 жыл бұрын

    😅

  • @ImproveProgrammingLogic

    @ImproveProgrammingLogic

    3 жыл бұрын

    Right..

  • @katdareshruti

    @katdareshruti

    3 жыл бұрын

    Hahaha, these comments helped me understand that the interviewer was himself. I was wondering why the interviewer had such a snobbish attitude😂

  • @jaideepsah1530

    @jaideepsah1530

    3 жыл бұрын

    I liked that interviewer part when he was cleaning the specs 🤓🤣🤣🤣 anyways thanks a lot for explaining in these much of details.

  • @brainstormx4791
    @brainstormx47912 жыл бұрын

    Bro u r something that this world needs!! u did the interviewer part as well as interviewee part with exact same behaviour man!! and man explanantion to these topics are way easier to understand, ive never thought so earlier. YOU ARE A LIFE SAVING !!!!

  • @krishnavishwakarma8360
    @krishnavishwakarma8360 Жыл бұрын

    I've never ever understand what closures are, like you teach man. I'm just amazed and so so hats off to you for this series. Keep it up! Lots of love!

  • @ravivarma5873
    @ravivarma58733 жыл бұрын

    Manh! I felt anxiety whenever this interviewer asks a question

  • @nitishr1464
    @nitishr14642 жыл бұрын

    Going in depth, showing all possible follow up questions, while keeping it interesting at the same time, it is difficult to find such content. You are a gem brother. Keep it up!

  • @ashutoshbalbudhe3592
    @ashutoshbalbudhe35922 жыл бұрын

    This video is the peak of absolute epicness. The tremendous amount of efforts he took for providing such a crisp and in depth explanation of practical scenarios is completely on another level. Thank you so much for making JavaScript so much fun to learn.

  • @ankit_9125
    @ankit_9125 Жыл бұрын

    जग घूमेया थारे जैसा ना कोई 🙌🙌

  • @ramanansivagnanam4285
    @ramanansivagnanam42853 жыл бұрын

    This is why i am eagerly following LinkedIn akashy bro !!..from entertainment videos to javascript concepts...This is what new india will be..jai hind

  • @priyajain6791
    @priyajain67913 жыл бұрын

    I wish this video was uploaded before I appeared for the interviews last 1.5 month back 😓. If there is any 4th adjective degree after 'BEST', even that would be less to describe how awesome this video is!! Kudos to your efforts and thanks a ton 🙏🙏 Might come handy in my next interview process in few years again 😂

  • @UdayKumar-gu2sg

    @UdayKumar-gu2sg

    Жыл бұрын

    Heyy are you working now?

  • @JackLeiLing
    @JackLeiLing2 жыл бұрын

    It is so fun to watch this interview drama. Looks so real! Learnt closure inside out from you in a super fun way. Amazing JavaScript ⭐️

  • @HarenderSingh-ew2wo
    @HarenderSingh-ew2wo Жыл бұрын

    The kind of hard work you did Is highly appreciable !

  • @onecuriousmuggle
    @onecuriousmuggle2 жыл бұрын

    This is gold content, Akshay! it's Saturday and I've binge watching this series since morning and making notes. Love it, concepts are explained in such an amazing way!

  • @rishabhsharma4654
    @rishabhsharma46543 жыл бұрын

    The interviewer acting of yours is Scary as hell, a person very calm and also asking penetrating questions.

  • @shivanisingh6538
    @shivanisingh65382 жыл бұрын

    This was the best possible way to simulate a real world interview and explaining things in form of QnA.

  • @abhaygupta7347
    @abhaygupta7347 Жыл бұрын

    I really like the way everytime the candidate answer, he says a new term and interviewer asked the same question, it like you deciding what the interviewer should ask.. Excellent 💯

  • @prithvisinh
    @prithvisinh2 жыл бұрын

    This is brilliant. Closure was never explained so nicely before.

  • @sleep-404
    @sleep-4043 жыл бұрын

    what the..... I was getting nervous whenever the interviewer was asking questions, DANG IT !!!!

  • @priyadarshtiwari3451
    @priyadarshtiwari34512 жыл бұрын

    A guy with good knowledge and a good heart. Hats off men

  • @Abdu11ahhh
    @Abdu11ahhh9 ай бұрын

    wish we had teachers like you in schools, colleges and uni aswell....love your way of teachings

  • @ravivarma-ur4vi
    @ravivarma-ur4vi3 жыл бұрын

    Thats really awesome. Quick revision of core concepts. we expect the same overall concepts for React and Angular as well.

  • @swayamnayak7134
    @swayamnayak71342 жыл бұрын

    This is just amazing !!! This video kind of sums up everything taught in previous videos with all the possible questions and cross questions an interviewer can ask...would suggest you to make similar interview video periodically in namaste javascript, like after every 5-6 videos to kind of summarize everything taught in those previous 5-6 videos..

  • @aarzootrehan5074
    @aarzootrehan50742 жыл бұрын

    These kind of discussions and video is just way beyond awesome!!! Thank you so much for this video. My half hour was so productive watching this video ..

  • @user-sb4op6fy2k
    @user-sb4op6fy2k4 ай бұрын

    It's just amazing ! Can't find this knowledge anywhere. I failed lot of js interviews due to this concept but not anymore. Thanks alot for your effort.

  • @rohinikoul2339
    @rohinikoul23393 жыл бұрын

    Who wants Netflix series when we have Namaste JS. Next level teaching

  • @anantanujdey3642
    @anantanujdey36423 жыл бұрын

    The mark on the interviewer.. I was cleaning my screen but then realized.. Haha

  • @akshaymarch7

    @akshaymarch7

    3 жыл бұрын

    Hahaha 😂

  • @vinothkumarv9722

    @vinothkumarv9722

    3 жыл бұрын

    It's another version of akshay bro....❤️🙏👍

  • @simple8810

    @simple8810

    3 жыл бұрын

    hahahahhahahahahahhah trust me i was thinking there are actullay 2 diff friends

  • @vinothkumarv9722

    @vinothkumarv9722

    3 жыл бұрын

    @@simple8810 awesome....bro akshay did and doing well intraction...Always

  • @SuryaKarigar
    @SuryaKarigar Жыл бұрын

    One of my friends shared the link as I've just fallen into JavaScript. He said it will clear all your basic doubts and you'll learn much more. But this series will be of this kind? Never imagined that. There are a lot of programmers out there but your enthusiasm is what I look for. Not just to write code but the time and effort to find the root cause of its working. Hatts of SIR 😍😍😍😍

  • @vaibhavdavande2026
    @vaibhavdavande20262 жыл бұрын

    Learning this way is so much fun, keep up the good work,love the way explain the roots of every concept 🔥

  • @tabrezdn1
    @tabrezdn13 жыл бұрын

    I must say the amount of effort you put in your videos is amazing. Like the candidate being a bit nervous and the interviewer being careful observer. Big fan ❤️🔥🔥🔥

  • @akshaymarch7

    @akshaymarch7

    3 жыл бұрын

    Wow, glad you noticed. I intentionally tried to act like that. 😅 Thank you so much for your comment, love you brother! ❤️

  • @tabrezdn1

    @tabrezdn1

    3 жыл бұрын

    @@akshaymarch7 Thankyou and I hope your channel reach more audience. Big fan of the series Namaste JS💖. BTW a quick question out of curiosity - in the video which part was shot first? The interviewer or the candidate. 😀

  • @akshaymarch7

    @akshaymarch7

    3 жыл бұрын

    @@tabrezdn1 The Candidate. 😁

  • @Saurabh-fe2bg
    @Saurabh-fe2bg2 жыл бұрын

    Really the craziest js interview..thanks a ton brother🤯

  • @conanimation
    @conanimation29 күн бұрын

    took me 7 mins to notice that both are same people nice video got a lot of doubts cleared

  • @JyotiSharma-wb1vy
    @JyotiSharma-wb1vy Жыл бұрын

    You are multi talented man! You have deep knowledge, you know how to explain things precisely, you made learning these concepts entertaining. You have put lot of efforts into it. These efforts of yours are very helpful to students like us. Thanks a ton!

  • @tomriddle3042
    @tomriddle30423 жыл бұрын

    I was thinking all the time it was a genuine interview and they both are different person.. but when he removed his glasses 6:53 tab mene dekha saala gangadhar hi shaktiman hai! 😆

  • @milanvala7940

    @milanvala7940

    2 жыл бұрын

    hahahaha

  • @lovetyagi277
    @lovetyagi2773 жыл бұрын

    Akshay next level content representation. Content is too good.

  • @user-hn4oe3jg8g
    @user-hn4oe3jg8gКүн бұрын

    even after so smart and deep answers not a single smile on interviewer's face

  • @theprotagonist3906
    @theprotagonist3906 Жыл бұрын

    I first watched it 2 years ago when I was preparing for an interview and am now again doing a revision for my next job interview.

  • @sounishnath513
    @sounishnath5133 жыл бұрын

    You are one of the Best Gem I found on LinkedIn. Thank you very much for the lesson I am getting which I thought that are tough and not very much used in the Practical in-hand experiment. But gradually don't even know how those concepts I learned and used in the day-to-day task. Thank you, Sir. One day I will crack product-based and good projects and the lessons you teach us so far!!🎉✔

  • @rushabhdave6648
    @rushabhdave66482 жыл бұрын

    Best teacher award goes to Saini Sahab 🎉🎉❤️

  • @damonsalvatore2749
    @damonsalvatore27492 жыл бұрын

    Fun learning!! Keep it up man! Awesomely done!

  • @DebjitMajumdar
    @DebjitMajumdar Жыл бұрын

    Man this guy can act! Solid video boss! Huge respect for putting the effort and making this come alive

  • @akshayrajput6108
    @akshayrajput61083 жыл бұрын

    Please make a "behind the scenes" or "the making of" of this video. This is insightful as well as entertaining.

  • @sushant_Tapzo
    @sushant_Tapzo Жыл бұрын

    Great men extremely helpful 🔥🔥😍❤️

  • @monikabhardwaj9105
    @monikabhardwaj91052 жыл бұрын

    This is soo amazing, you have put in lot of efforts. Clears the concept of closure very well. I didnot knew what ()() does at all.

  • @RahulSharma-ru1ix
    @RahulSharma-ru1ix Жыл бұрын

    This is really Great Akshay! This video has both personalities, the confidence and wittiness of interviewers and nervousness of a candidate. Truly Great Work!

  • @user-mz7qm5ob5f
    @user-mz7qm5ob5f11 ай бұрын

    Nobody can beat you in closure...Amazing video big fan.....🙏

  • @indiansoftwareengineer4899
    @indiansoftwareengineer48993 жыл бұрын

    This happens when Creativity meets Knowledge, dope nice video .... loved it...

  • @harshadchopade4655
    @harshadchopade46553 ай бұрын

    The interviewee did a fantastic job. I can see the uncertainty, fear and anxiety on his face. Perfectly recreated the interview scenario. Kudos

  • @AmolAghav
    @AmolAghav Жыл бұрын

    Your videos helped me to answer questions with confidence in my first interview which I attempted after 4 years. Thank you!

  • @amaan0
    @amaan0 Жыл бұрын

    Throughout the whole video I was wondering how you synced both the interviewer and interviewee. Hats off to you sir. NJs ❤🔥

  • @delmayank
    @delmayank3 жыл бұрын

    A zillion congrats. I don’t know why people waste time on carryminati.

  • @kalyanipriyadarsini

    @kalyanipriyadarsini

    2 жыл бұрын

    Because all aren't programmers

  • @partyhouse1024

    @partyhouse1024

    2 жыл бұрын

    Bhai mt bol warna yaha bhi dislike ki history bana denge log

  • @abhijiths148

    @abhijiths148

    2 жыл бұрын

    Lol so true 🔥😂😂😂

  • @asifahmadahmad61

    @asifahmadahmad61

    2 жыл бұрын

    Because carry has roasting and entertaining domain. Don't tell me, you code 24*7. you do enjoy other things too.

  • @ratul_hasan_rahat

    @ratul_hasan_rahat

    2 жыл бұрын

    Open up your mind. Your so closed.

  • @honeysshorts_4118
    @honeysshorts_41185 ай бұрын

    just looking like a wow Akshay Bhaiya you are gem. I didn't find this type of explanation on youtube yet. You are very helpful to grow my JS skills

  • @siddhapan
    @siddhapan2 жыл бұрын

    Every next qn the interviewer asked was the doubt on my mind! Beautifully executed!

  • @harshithvenkatesh2053
    @harshithvenkatesh20533 жыл бұрын

    Beautiful interview, I am sure if asked in interview, I will definitely say namaste javascript❤❤❤❤❤

  • @shakshamsinha3885
    @shakshamsinha38853 жыл бұрын

    The best thing About this interview was that it felt real

  • @WickdPirate
    @WickdPirate Жыл бұрын

    Congratulation Akshay and BIG THANK YOU for this great course you have done... Really thats the best course i have ever watched even if i am not finished it yet.. keep teaching us with you good energy. We appreciate it !!!

  • @oauthero2
    @oauthero211 ай бұрын

    You're amazing, man. You're helping a lot of people to get better jobs and improve their quality of life

  • @akshatapawar32
    @akshatapawar323 жыл бұрын

    Ohhh man🔥🔥🔥your videos will bring evolution in the world of javascript😌✨I'm happy to find your playlist earlier in my clg days🙏 waiting for more vdos..😅(expectations from you are on high now)💯

  • @akshaymarch7

    @akshaymarch7

    3 жыл бұрын

    Thank you for your `Highestest Expectations`, I'll try my best to keep up to them. ❤️

  • @akhilvaidya4819
    @akhilvaidya48192 жыл бұрын

    Akshay, appreciate the amount of effort that must have gone into making this mock interview. Thanks a ton!! 💙

  • @zafariqbal92
    @zafariqbal92 Жыл бұрын

    Watched the full video and enjoyed learning - Thanks for this !

  • @riyadhossain1706
    @riyadhossain17062 жыл бұрын

    Truly, just splendid in one word.

  • @mearn_ctaftsman
    @mearn_ctaftsman Жыл бұрын

    I was really impressed with the last question : Where did you learn all this stuff with your answer 😅🤣😂

  • @sannihitasn908
    @sannihitasn9082 жыл бұрын

    31:44 Akshay being impressing by Akshay 😂😂 This was some dope content!! 👏👏 Thank you!!

  • @OptimusPrime-js1zf
    @OptimusPrime-js1zf Жыл бұрын

    Loved ur entire Namaste JS series but this was somewhere next level 🙏❤️

  • @poornimank3672
    @poornimank3672 Жыл бұрын

    Right teacher will make us learn and love the most hated subject also. You are the Right One!!!

Келесі