Question 37 > There is no 'company' key in the 'student' object. So consoling an non-existing key should be undefined.
@omkaryadav74453 жыл бұрын
Thank you for the video Improvement should be done:- 1) Voice 2) add pdf in the description
@SimplilearnOfficial3 жыл бұрын
Thanks for watching our video and sharing your thoughts. We’ll strive to do better.
@mazthespaz12 жыл бұрын
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 Жыл бұрын
Simple explanation for Q37 is: "delete" will only work on non-inherited properties.
@shreykotharib23 жыл бұрын
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"
@SimplilearnOfficial3 жыл бұрын
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
@shardulbhot59703 жыл бұрын
@shrey , exactly, nowadays i am in self-doubt and actually tried this and got undefined.
@krzysztofaleksandragoreccy93273 жыл бұрын
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
@prashantmalik7773 жыл бұрын
Great content! Thanks. Just wanted to know if you can list out the topics in JS which are important w.r.t. interview.
@SimplilearnOfficial3 жыл бұрын
Great suggestion!
@niteshgupta073 жыл бұрын
Thanks and Gratitude
@SimplilearnOfficial3 жыл бұрын
You're most welcome
@ramyask37953 жыл бұрын
Video need mainly voice, but please improve your voice
@SimplilearnOfficial3 жыл бұрын
Thank you for bringing this to our attention. We’re sorry you had a bad experience. We’ll strive to do better
@vishwas553 жыл бұрын
Please try to make long videos more than 1 hr covering many questions. These are just basic
@SimplilearnOfficial3 жыл бұрын
Hi Vishwas, Thanks for the feedback. We shall share your concerns with the concerned department.
@mestrihimaja354411 ай бұрын
Is this enough for main interview sir?
@KamlRomodan Жыл бұрын
Q34> The output is "10undefined" and not "10function" can you elaborate...?
@davitkhoshtaria33368 ай бұрын
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
@manjujs27543 жыл бұрын
Lead up.
@manjujs27543 жыл бұрын
Abstract.
@manjujs27543 жыл бұрын
Sudden blow descriptive.
@SimplilearnOfficial3 жыл бұрын
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
@balaBala-ub9mv3 жыл бұрын
Can you sent this as a pdf
@SimplilearnOfficial3 жыл бұрын
We don't have any pdf of this particular video. For slides, you can check out our slideshare profile: www.slideshare.net/Simplilearn"
@balaBala-ub9mv3 жыл бұрын
@@SimplilearnOfficial Thank u😊
@YamakichhaKA373 жыл бұрын
Voice will not fine
@SimplilearnOfficial3 жыл бұрын
Thank you for bringing this to our attention. We’re sorry you had a bad experience. We’ll strive to do better
@ramanammasundupalli4912 Жыл бұрын
Take one input field print the value in console????????????........... can any one give me the answer