Top JavaScript Interview Questions And Answers | JavaScript Interview Preparation | Simplilearn

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 31

  • @SimplilearnOfficial
    @SimplilearnOfficial  Год назад +1

    🔥Full Stack Java Developer Program (Discount Code - YTBE15) - www.simplilearn.com/java-full-stack-developer-certification?L_DsqAZQ&Comments&RUclips
    🔥Full Stack Developer - MERN Stack Program (Discount Code - YTBE15) - www.simplilearn.com/full-stack-developer-course-mern-certification-training?L_DsqAZQ&Comments&RUclips
    🔥Caltech Coding Bootcamp (US Only) - www.simplilearn.com/coding-bootcamp?L_DsqAZQ&Comments&RUclips

  • @debneogi8830
    @debneogi8830 2 года назад +53

    Question 37 > There is no 'company' key in the 'student' object. So consoling an non-existing key should be undefined.

  • @omkaryadav7445
    @omkaryadav7445 3 года назад +26

    Thank you for the video
    Improvement should be done:-
    1) Voice
    2) add pdf in the description

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад +2

      Thanks for watching our video and sharing your thoughts. We’ll strive to do better.

  • @mazthespaz1
    @mazthespaz1 2 года назад +8

    question 39. Couldn't you also move the array into a set then back into an array? I think a 4th method would involve a map

  • @tharangachaminda
    @tharangachaminda Год назад +3

    Simple explanation for Q37 is: "delete" will only work on non-inherited properties.

  • @shreykotharib2
    @shreykotharib2 3 года назад +14

    Ans for 37 is not correct, what is .company? assuming it is typo and trying to console .college then also Object.create will create new reference and we are deleting key from new reference so output should be undefined not "abc"

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад +1

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

    • @shardulbhot5970
      @shardulbhot5970 3 года назад

      @shrey , exactly, nowadays i am in self-doubt and actually tried this and got undefined.

    • @krzysztofaleksandragoreccy9327
      @krzysztofaleksandragoreccy9327 3 года назад +8

      Actually it should not. There is a typo in the video - it should be .college. What happens here is that with Object.create you create an instance of Student object, so you have access to all properties in prototype chain. When you do delete stud1.college you delete college key in stud1 object - since it does not exists it returns true after deletion. What happens next is you console.log(stud1.college) - now compiler cant find this property in stud1 object so it reaches it's prototype chain and finds it. That is why it is printing abc

  • @prashantmalik777
    @prashantmalik777 3 года назад +4

    Great content! Thanks. Just wanted to know if you can list out the topics in JS which are important w.r.t. interview.

  • @ramyask3795
    @ramyask3795 3 года назад +6

    Video need mainly voice, but please improve your voice

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад +1

      Thank you for bringing this to our attention. We’re sorry you had a bad experience. We’ll strive to do better

  • @niteshgupta07
    @niteshgupta07 3 года назад +3

    Thanks and Gratitude

  • @KamlRomodan
    @KamlRomodan Год назад

    Q34> The output is "10undefined" and not "10function" can you elaborate...?

  • @vishwas55
    @vishwas55 3 года назад +4

    Please try to make long videos more than 1 hr covering many questions. These are just basic

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Hi Vishwas, Thanks for the feedback. We shall share your concerns with the concerned department.

  • @YamakichhaKA37
    @YamakichhaKA37 3 года назад +5

    Voice will not fine

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Thank you for bringing this to our attention. We’re sorry you had a bad experience. We’ll strive to do better

  • @davitkhoshtaria3336
    @davitkhoshtaria3336 7 месяцев назад

    I don’t understand one thing, if only 5% of 95 using let or const why is var keyword is being used in interview questions

  • @mestrihimaja3544
    @mestrihimaja3544 10 месяцев назад +1

    Is this enough for main interview sir?

  • @balaBala-ub9mv
    @balaBala-ub9mv 3 года назад +3

    Can you sent this as a pdf

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад +1

      We don't have any pdf of this particular video. For slides, you can check out our slideshare profile: www.slideshare.net/Simplilearn"

    • @balaBala-ub9mv
      @balaBala-ub9mv 3 года назад +2

      @@SimplilearnOfficial Thank u😊

  • @manjujs2754
    @manjujs2754 3 года назад +3

    Lead up.

    • @manjujs2754
      @manjujs2754 3 года назад

      Abstract.

    • @manjujs2754
      @manjujs2754 3 года назад

      Sudden blow descriptive.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад +1

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @ramanammasundupalli4912
    @ramanammasundupalli4912 Год назад

    Take one input field print the value in console????????????........... can any one give me the answer