ReactJS & JS Mock Interview Pt - 2 | 🎉 Senior Developer 🎉 | 🔥 All questions rightly answered 🔥

Ғылым және технология

Join Uncommon Geeks community to discuss with other developers: t.me/uncommongeek. #frontenddeveloper #mockinterview #uncommonGeeks
Link for registering mock interview, register only if your ready to publish your video on KZread: forms.gle/38sNpiqrdrUrhm7MA
ReactJS & JS Mock Interview Pt - 1: • 🔥 Learn Memosation in ...
Interview Preparation series : • Watch this series and ...
Medium Blog / mevasanth
Follow me on LinkedIn - / vasanth-bhat-4180909b
Github Repository that contains examples: github.com/coolvasanth/FrontE...
JavaScript Custom implementation introduction: • Learn Custom implement...

Пікірлер: 77

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

    The correct output can also be for "this" code is undefined and 2 . Depending on strict and unstrict mode

  • @knightcube
    @knightcube6 ай бұрын

    Questions asked:- 1. What is hoisting? 2. What are closures? Give examples and usecases. 3. What is function Currying? 4. What are pure components in React? 5. How can you implement pure components in Functional component? 6. What is component composition in React? Where is it used? 7. 20:00 - Predict output (based on "this" keyword concept) 8. 27:02 - Predict Output (based on self invoking function concept) 9. 32:00 - Feedback

  • @careerwithvasanth

    @careerwithvasanth

    5 ай бұрын

    Appreciate the summary !!

  • @ThanhPhan-it5gm

    @ThanhPhan-it5gm

    Ай бұрын

    god bless you.

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

    Extremely helpful 👍 just wondering what will be difficulty of iv for 1-2 yrs of exp...

  • @saurabhkumarjha4996
    @saurabhkumarjha49962 күн бұрын

    He does not seem to be having 8 YOE alone with Front End !! He is so nervous, even after having so much years of experience in the bucket. !!

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

    It's ok definition but this is experiene interview you must deev dive into actual meaning , javascript is totally based on objects when you try to access some properties which is not defined yet javascript prototype chain work its looks on objects.prototype.prototype if not found they return undefined , this problem short out with let key it will not bound to global object , let will also solve of re declartion issue you can't declare same variable twice in program

  • @InvincibleMan99
    @InvincibleMan9921 күн бұрын

    Brilliant way of speaking brother. You must be a great team mate to work along. I love the video. I learnt a lot.

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

    you are really killer bro with all these Mock interviews, really hatsoff to you by spending your valuable time and effort to make this interesting videos

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Thanks for commenting Prudvi Raj. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos and share the channel with your friends.

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

    whenever i see your videos i learn something new everytime. greate work bro

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Glad to hear that! . In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos.

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

    You are a frontend rockstar bro , please post more videos like this experienced guys... One suggestion- please share your answer aswell after the end of the session

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Sure I will, please share channel details with your friends

  • @swetapramanik
    @swetapramanikАй бұрын

    Good content helpful. Recently I have given interviews for experienced fullstack developer, where they are focusing on polyfills, explicit method binding, array functions and "this" - out based, machine coding as well. can you create contents on them, that will be helpful.

  • @InvestmentEducationCommunity
    @InvestmentEducationCommunity11 ай бұрын

    Beautiful interviews Vasanth, really liked it.

  • @careerwithvasanth

    @careerwithvasanth

    11 ай бұрын

    Thanks for the valuable comments !! please share channel details with your friends

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

    Pretty helpful , Thank you 👍

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Thanks for commenting. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos.

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

    could you please make videos on mock interviews of MAANG companies only on javascript and react js

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

    Great work dude... keep it going

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Thanks for commenting The Telugu Pod. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos.

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

    Thank God I some how reached your channel.. you really made my day.. thank you soo much for your efficient and awesome contents.Thanks a lot❤ btw my name is too Vasanth😁

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Haha that's good to know !! please share channel details with your friends.

  • @srishtijhaa
    @srishtijhaa2 ай бұрын

    35:47 he explained my heart 🎉

  • @careerwithvasanth

    @careerwithvasanth

    2 ай бұрын

    Thank you !!

  • @vishalgangde702
    @vishalgangde7026 ай бұрын

    Great mock interview vasant brother 👍👍

  • @careerwithvasanth

    @careerwithvasanth

    6 ай бұрын

    Thank you !!

  • @Javascriptallabout-ss9my
    @Javascriptallabout-ss9my3 ай бұрын

    React component never re-renders when props are changed

  • @careerwithvasanth

    @careerwithvasanth

    3 ай бұрын

    Who told this ?? when will it render then ?

  • @Javascriptallabout-ss9my

    @Javascriptallabout-ss9my

    3 ай бұрын

    @@careerwithvasanth only when parent re-renders or state change. Or in case of context or redux like state management changes, its a misconception that a component re-renders upon prop changes

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

    helpful

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

    Your resources are very helpful can you please make a videos on how a junior developer should learn things or topics and build their career as good senior frontend developer

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Thanks for commenting. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos. Answering your question, sure, will add it my list of future videos.

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

    Really Awesome Session

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Thanks Sai Kishore, please share channel details with your friends !!

  • @srishtijhaa
    @srishtijhaa2 ай бұрын

    15:49 eg component

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

    i subscribe Your Channel ---- Love U from Bangladesh

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

    its really very helpful

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Glad to hear that, please share channel details with your friends

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

    Great video 😊

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Thanks for the visit, please share channel details with your friends. Subscribe to my channel, if your not already subscribed.

  • @kashmirtechtv2948
    @kashmirtechtv29482 ай бұрын

    1.1k subscribers till this video

  • @sohailmohammed4024
    @sohailmohammed40244 ай бұрын

    Good

  • @aman.codes0
    @aman.codes07 ай бұрын

    great video

  • @careerwithvasanth

    @careerwithvasanth

    7 ай бұрын

    Thanks for the visit

  • @srishtijhaa
    @srishtijhaa2 ай бұрын

    10:34 pure components

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

    Helpful 🙂

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Glad you think so! . In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos.

  • @venkatraja443
    @venkatraja4436 ай бұрын

    Bro Please take one 15+ years UI experience react js interview bro. Please refer the site where to get all the problems which is given in interview. This is very helpful to us.

  • @careerwithvasanth

    @careerwithvasanth

    5 ай бұрын

    Join our 2900+ member uncommon geeks telegram group here, you can discuss such queries there t.me/uncommongeek install telegram app on your mobile and click this link. this would be a great place to discuss questions link this. Also, you will get a good community, monitored by me.

  • @srishtijhaa
    @srishtijhaa2 ай бұрын

    Hoisting Closure

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

    Plz continue ...

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    More series I will be doing when I reach 5000 Subscribers, thus video could to reach to many !!

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

    var length = 10; function fn(){ console.log(this.length); } var obj={ length:5, method:function (fn){ fn(); arguments[0](); } } obj.method(fn,10) I'll try to explain the output. The output is 10, 2. For which explanation is as simple as when you say at the first chance that Arrays in JavaScript are objects. Being objects means that arrays' indices are the keys, and whenever we store a function in an array these are the methods only with the key being a number. Here when fn is called, it references to the lexical scope of 'fn' and in that case, it is the window object in non-strict mode. When you call it like arguments[0](), evaluation of arguments[0] happens and it evaluates to the function 'fn' that is then called as a method in the arguments Array( or Object). As in method calling, in the method 'this' evaluates to the object on it is called, arguments is that object here and hence this.length evaluates to arguments.length that is 2 here.

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Thanks for commenting Ajay. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos. Neatly putup, will pin your comment so that others also get benefited.

  • @mohithchowhan7364
    @mohithchowhan7364Ай бұрын

    Can anyone explain why the answer is 2 ?😢

  • @mutharasum9507
    @mutharasum950723 күн бұрын

    It's worthy one

  • @careerwithvasanth

    @careerwithvasanth

    23 күн бұрын

    Thanks !!

  • @srishtijhaa
    @srishtijhaa2 ай бұрын

    Give a real life example

  • @yehordubinskyi4148
    @yehordubinskyi41482 ай бұрын

    А есть на английском?

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

    first one was very good question i also tried but fail

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Thanks for commenting. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos.

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

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

    Content is excellent, but you need to improve the sound. It is not consistent and most of the videos not very clear

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Hi Petar, thanks for the suggestion. I have bought new mike now. Future videos will have very consistent quality.

  • @srishtijhaa
    @srishtijhaa2 ай бұрын

    Carrying

  • @Deepak-xx2tk
    @Deepak-xx2tk Жыл бұрын

    please take mock for fresher candidates 🙂

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Thanks for commenting. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos.It's in pipeline Deepak, will plan to take soon.

  • @WingsWithSwings
    @WingsWithSwings4 ай бұрын

    Very helpful 🫠

  • @careerwithvasanth

    @careerwithvasanth

    4 ай бұрын

    Glad you think so!

  • @srishtijhaa
    @srishtijhaa2 ай бұрын

    14:01 🎉

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

    Do for fresher and 1 year experience

  • @careerwithvasanth

    @careerwithvasanth

    Жыл бұрын

    Thanks for commenting. In case if you not subscribed to my channel please subscribe and press the bell icon and watch all my videos and share the channel with your friends. Answering your question, yes I'm willing to do. Just need somebody interested in interview and ready to share the video.

  • @srishtijhaa

    @srishtijhaa

    2 ай бұрын

    ​@@careerwithvasanth I am a fresher willing to give a mock interview of you are interested

  • @m_yoda
    @m_yoda11 ай бұрын

    I could barely understand your English, please could you slow down a bit when you are speaking.

  • @careerwithvasanth

    @careerwithvasanth

    11 ай бұрын

    Noted !! please share channel details with your friends !! You can watch more mock videos here: kzread.info/head/PLmcRO0ZwQv4SwXLVpnKb_nFQx1Wd2XEjD

Келесі