Tricky JavaScript interview questions and answers

preview_player
Показать описание
Top 10 Trickiest weirdest JavaScript Interview Questions and their possible answers ( path to crack tough JS interview )

Please be my patreons on patreaon

Follow me for technology updates

Help me translate this video.
*
Рекомендации по теме
Комментарии
Автор

This one is important for JS developers.

vinodhkumar
Автор

To print the length of arguments (17:33), we can simply write:
return arguments.length;
inside the function instead of using Slice method.

ArjunKesava
Автор

Brother you are one of the most efficient teachers for teaching programming on youtube that i could find.You explain concepts really well.Its sad that youtube is doing this to constructive youtubers like you.You have all my support!

vinikett
Автор

6:10
That's a cool trick to impress your co-workers,
If they dont know it 😂😂

astro-zodiac
Автор

"This is an INTERVIEW, not a RACE" -techsith ☝️

rojiherrera
Автор

5 years later and this video is still relevant. I didn’t watch it fully this time… but I do remember everything about it vividly. An absolute classic❤

sadunozer
Автор

This question with "returning total number of arguments" can be solved in much simpler way.

const x = function(){
return arguments.length;
}

The object 'arguments' has property ''length'.

zajebojca
Автор

What a fantastic videos. I remember watching your one year ago it feel like nostalgia, because i spend hours and hours watching your videos, trying to understand things. For now, i did not find better one tutorials on JS stuff on youtube at least. Just fantastic.

vladanng
Автор

This is great, I have a couple of job interviews next week for JavaScript roles and you have really helped me to build my confidence in preparation for this. Please keep posting videos :-)

robertmasters
Автор

I am following you since couple of months.. You are champ man. Keep it up.. 1000 likes from my side

subratkumar
Автор

I've been watching your videos over the past few days and they've been extremely helpful and informative!

nintichance
Автор

Thank you for helping strangers! I hope Youtube does right by you and you can keep the videos coming. They're a great help.

surferbum
Автор

Love those tricky questions, we actually keep learning :)

LolowBlazee
Автор

Getting ready for my first interview, your content is really helpful

tochukwuibe
Автор

Very interesting JavaScript question! Thank you for sharing!! Thank you for taking time and effort to make so many nice JavaScript videos!

xuelianwang
Автор

For getting total number of arguments, in ES6 we can do
let x = function (...args) {
return args.length;
}
and for the method chaining we can use
return this;

GabrielVasile
Автор

Thank you so much for this video! I hope this channel grows even larger!

Fikayoz
Автор

There is no inappropriate content in this video, dear YouTube

pavelerokhin
Автор

I am already subscribed to your channel and I get alerts but I wanted to let you know that I really appreciate your content thank you for making videos and posting them for us!

ErnestGWilsonII
Автор

@3:26 now I fully understand how styled components work. You are such a good teacher

shawnmichaelalberto