Frontend Interview Preparation | Guess the output | one liner JS interview questions | Javascript

preview_player
Показать описание
This video is a continuation of the series Guess the output in our preparation for frontend interviews. we will be covering one-liner questions that are oftenly asked in javascript interviews.

This channel is created to help and give back what I have learned from my 6 years of front-end development career. I have been an interviewer and interviewee and I exactly know what companies and organizations expect from a candidate on all experience levels.

Through this channel, I will be creating a whole lot of questions series starting from beginner to advanced levels questions where people can come and take advantage of my gathered knowledge.

Future Plans for this channel:
1. Live streaming twice a week to answer live questions from my audience.
2. Start an official communication channel on discord/slack to organize our community and for easy interview preparation.
3. Real Interviews Practice
4. Referrals from my network for deserving and hard-working candidates
5. one to one training for potential candidates
6. one weekly podcast with industry specialists

Connect with me on LinkedIn

Connect with me on Twitter

Connect with me on Instagram:

Follow my other youtube channel for cryptocurrency market daily updates and free trade signals

Рекомендации по теме
Комментарии
Автор

Three phases of event propagation are :-
1) Event Capturing :- Event capturing occurs when the event moves all the way down the elements from the top(The window object) to the event
target

2)Target Phase :- this the phase when the event.target element is reached or found

3) Event Bubbling:- In this phase the event first triggers on the innermost target element, and then successively triggers on the parents of the target element

Q2:-
1
Undefined
2
Here it is an IFEE so the function is called immediately in try an error is thrown and catch block runs here we calture the error in x and assign it to 1 so in catch block console.log(x) will give 1 then catch block is over and in next console.log(x) it will give undefined because the x will be 1 in catch block scope, then the third console.log(y) will give 2 because in catch block y is assigned to 2 it doesn't find y in its scope so it looks to lexical environment and found variable y and assign 2 to it
So the output will be
1
undefined
2

rishabhkunwar
Автор

Mam make a video ABT reverse no, string in js.. find duplicate no or char . Find how many duplicate and remove them

vishalkadam
Автор

Belated Happy Teacher's day mam, got to know how resourceful this channel is

harshithvenkatesh
Автор

Happy teachers day nd please do more videos on map and filter and reduce

panchumarthiramya
Автор

Happy Teachers Day I Hope this channel gets millions of Suscribers as soon as Possible!!!

RAHULYADAV-rwxj