Тёмный

Tricky JavaScript interview questions and answers 

techsith
Подписаться 148 тыс.
Просмотров 133 тыс.
50% 1

Top 10 Trickiest weirdest JavaScript Interview Questions and their possible answers ( path to crack tough JS interview )
Please be my patreons on patreaon
* / techsith
Follow me for technology updates
* / techsith
* / techsith1
Help me translate this video.
*

Наука

Опубликовано:

 

3 дек 2017

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,1 тыс.   
@vinodhkumar457
@vinodhkumar457 6 лет назад
This one is important for JS developers.
@Techsithtube
@Techsithtube 6 лет назад
Thanks for watching ! :) Thanks for the support ! )
@JLO72713
@JLO72713 3 года назад
Very helpful, your you defeated the Google beast
@robertmasters5578
@robertmasters5578 6 лет назад
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 :-)
@surferbum618
@surferbum618 6 лет назад
Thank you for helping strangers! I hope RU-vid does right by you and you can keep the videos coming. They're a great help.
@vinikett9114
@vinikett9114 4 года назад
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!
@xuelianwang5300
@xuelianwang5300 5 лет назад
Very interesting JavaScript question! Thank you for sharing!! Thank you for taking time and effort to make so many nice JavaScript videos!
@nintichance
@nintichance 6 лет назад
I've been watching your videos over the past few days and they've been extremely helpful and informative!
@Techsithtube
@Techsithtube 6 лет назад
Thanks for watching Ninti! :)
@vladanng
@vladanng 5 лет назад
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.
@Techsithtube
@Techsithtube 5 лет назад
Thanks for watching and welcome back !
@sadunozer2241
@sadunozer2241 10 месяцев назад
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❤
@GabrielVasile
@GabrielVasile 5 лет назад
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;
@LolowBlazee
@LolowBlazee 6 лет назад
Love those tricky questions, we actually keep learning :)
@sammiliu2524
@sammiliu2524 3 года назад
Great video, very useful
@Fikayoz
@Fikayoz 6 лет назад
Thank you so much for this video! I hope this channel grows even larger!
@Techsithtube
@Techsithtube 6 лет назад
Thanks for your support Fikayoz!
@findachin
@findachin 4 года назад
This was a very informative video. Thank you for creating it! I'll be sharing this with some of my programmer friends :)
@zajebojca
@zajebojca 6 лет назад
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'.
@cassavandumbi2734
@cassavandumbi2734 6 лет назад
You are either wrong or you mean the opposite. the below returns 4 function x(a,r,t){ return arguments.length; } console.log(x(5,5,6,7))
@dand8282
@dand8282 5 лет назад
you can count formal parameters (aka "required arguments") with function.length, not arguments.length, which is a count of what's passed.
@kamoroso94
@kamoroso94 5 лет назад
I was thinking the same thing, but also what's the point of no loops? How would a loop even help solve this problem lol.
@ravikumargrandhi6315
@ravikumargrandhi6315 5 лет назад
output will be 4
@ravikumargrandhi6315
@ravikumargrandhi6315 5 лет назад
x(.....) function will return how many arguments you are passing while calling x(....).
@tochukwuibe2139
@tochukwuibe2139 5 лет назад
Getting ready for my first interview, your content is really helpful
@Techsithtube
@Techsithtube 5 лет назад
Good luck with your interview. !
@lolmos
@lolmos 3 года назад
Dude I love the videos you're really helping me and many others on our Dev path
@ephdawg3374
@ephdawg3374 6 лет назад
Thanks for your videos, they are always so helpful. Learned some great things from this one !!
@momentswithmanisha
@momentswithmanisha 4 года назад
I learned new things. Thank you clearing my Concept 😇
@babinicz91
@babinicz91 6 лет назад
Best Interview series!
@pmahesh6789
@pmahesh6789 3 года назад
Your all videos so far I have been seen are really deserves thumbs up ( 👍 ), Please keep doing your good work... and hope RU-vid should not harm you.
@ejikeezekwunem4162
@ejikeezekwunem4162 Год назад
What a great video. I had my hand over my head all the way. Like I would literally fail all the questions without your solutions. Thank you so much.
@MylesGmail
@MylesGmail 5 лет назад
I love ur videos, thx!!!
@ryanlozon5712
@ryanlozon5712 6 лет назад
Please keep up the awesomeness.
@miroslavspirkoski5623
@miroslavspirkoski5623 5 лет назад
Thanks a lot for this video, you are really unique with this content!
@SketchStack
@SketchStack 6 лет назад
Awesome man. Want to see more interview tricky question series. Awesome job.
@rojiherrera
@rojiherrera 6 лет назад
"This is an INTERVIEW, not a RACE" -techsith ☝️
@ArjunKesava
@ArjunKesava 4 года назад
To print the length of arguments (17:33), we can simply write: return arguments.length; inside the function instead of using Slice method.
@Techsithtube
@Techsithtube 4 года назад
That is true Arjun. Slice helps to convert argument to an array and then you can use other array features like join() and things.
@SlayBellsMusic
@SlayBellsMusic 2 года назад
I'm finding all your interview videos helpful. I have my first ever on Monday and feel much more confident going in.
@yakirifrah
@yakirifrah 4 года назад
Thanks for making this video which helps me understand tricky concepts of JavaScript. Thanks a bunch
@RajendraTaradaleBeHappy
@RajendraTaradaleBeHappy 5 лет назад
Thanks for tricky question - didn't aware of this magic
@jakekim1442
@jakekim1442 6 лет назад
Awesome tutorials man.
@tarekjamil6348
@tarekjamil6348 5 лет назад
Jake Kim Hi
@MrVisheshsingh
@MrVisheshsingh 6 лет назад
Thanks for the video. We all support you for all the hard work you are doing!
@Techsithtube
@Techsithtube 6 лет назад
Thanks for your support! :)
@PhotoLightTV
@PhotoLightTV 6 лет назад
techsith, your videos are amazing!
@Toni7926
@Toni7926 6 лет назад
Nice video, keep up the good work! (:
@Techsithtube
@Techsithtube 6 лет назад
Thanks for the support ! )
@SK-ur3hw
@SK-ur3hw 6 лет назад
Great interview questions 👍🏻
@Techsithtube
@Techsithtube 6 лет назад
Thanks for watching ! :)
@njcoutinho1
@njcoutinho1 6 лет назад
Wonderful to learn this. Thank you
@paulav1611
@paulav1611 4 года назад
Very Helpful! Thank you for taking the time to teach.
@aakritigangwal7659
@aakritigangwal7659 6 лет назад
Thankful for good bunch of Interview questions ons JS.
@vlad981
@vlad981 6 лет назад
Thanks! Great video! Hope RU-vid will change its policy, keep it up please)
@Techsithtube
@Techsithtube 6 лет назад
Thanks for the support ! )
@pavelerokhin1512
@pavelerokhin1512 6 лет назад
There is no inappropriate content in this video, dear RU-vid
@Austin-ui8in
@Austin-ui8in 3 года назад
Thanks for the great video, Techsith!
@nancycreeksong9879
@nancycreeksong9879 5 лет назад
Techsith videos have been very useful to me. Thank you.
@theinternetcash
@theinternetcash 5 лет назад
my first javascript interview coming up very soon
@Techsithtube
@Techsithtube 5 лет назад
Good luck!
@cautioni
@cautioni 3 года назад
really appreciating the videos, thanks man.
@DevRaj-tk3kc
@DevRaj-tk3kc 6 лет назад
Nice tricky questions. These are proper genuine content videos.
@karanveersingh6943
@karanveersingh6943 5 лет назад
Grear video! Always putting out worthwhile content😁
@ErnestGWilsonII
@ErnestGWilsonII 6 лет назад
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!
@Techsithtube
@Techsithtube 6 лет назад
Ernest , Thanks you for watching! :)
@Mr-cohen
@Mr-cohen 5 лет назад
great video! You have great content every video.. thank you for that..looking forward to the next video.. some of the questions really hard,but I learn from them.
@danielhughes3758
@danielhughes3758 3 года назад
Thank you so much for this. It's interesting to hear your perspective on these tricky questions and I appreciate your openness and honesty about youtube monetization
@Techsithtube
@Techsithtube 3 года назад
Glad it was helpful!
@ernestromen1479
@ernestromen1479 3 месяца назад
You helped me a lot in job interviews. Actually I am preparing for an interview right now with the help of your video. Thank you!
@debanjanbasu2597
@debanjanbasu2597 6 лет назад
I am just thankful to you from heart for these videos.
@adamcrap
@adamcrap 5 лет назад
Great content!! I am preparing for an interview in a couple days and your videos are a huge help!!
@Techsithtube
@Techsithtube 5 лет назад
I am glad Adam . thanks for watching!
@sam123sujeet
@sam123sujeet 4 года назад
Really like this tricky interview questions series. Keep posting it
@TheDevLoki
@TheDevLoki 4 года назад
Your content is great and very informative. Keep up the good work!
@bryanbanda
@bryanbanda 6 лет назад
Thanks for the video, quite informative!
@AradhanaSinghAdecentgirl
@AradhanaSinghAdecentgirl 6 лет назад
Thank you So much. It really helps.You are doing great :)
@bogdanbugnar7415
@bogdanbugnar7415 3 года назад
This is great man! Keep on going!
@amruthsar
@amruthsar 3 года назад
Love this video and its content. Thank you for making it 😄
@codewithnacho
@codewithnacho 6 лет назад
Awesome Video! A fun way to practice JS for coding interviews
@nigelthomas1465
@nigelthomas1465 6 лет назад
Thanks for sharing! Keep up the great work!!! Nigel
@glendysfilsinger5473
@glendysfilsinger5473 6 лет назад
I am a new subscriber, and I can tell you that I love your content and videos... It is awesome!!! keep up the great work :)
@sureshmg6786
@sureshmg6786 4 года назад
Wow, those are really tricky questions, and helpful video. Thanks!!
@joyandlove7710
@joyandlove7710 6 лет назад
Thanks for the tips! I hope I am not running into any of the questions in my interviews, but it is so good to know.
@Techsithtube
@Techsithtube 6 лет назад
Its important to know these questions. Most of the times people wont ask such questions but you might one or two people who would ask such silly questions to throw you off.
@TheRobertVFrazier
@TheRobertVFrazier 6 лет назад
Helpful and thought-provoking!
@6keff
@6keff 6 лет назад
Excellent video!, I didn't knew about content editable property until now. Thanks!
@Techsithtube
@Techsithtube 6 лет назад
yes, its a neat trick.:)
@xhacker89x
@xhacker89x 4 года назад
Thank you! Very useful material!
@yiyingw6506
@yiyingw6506 6 лет назад
I really like this series! I learnt a lot from watching these. Thank you!
@Techsithtube
@Techsithtube 6 лет назад
Thanks for watching Yiying! :)
@alex_zan
@alex_zan 6 лет назад
Really helpful video! We need more of those on RU-vid!
@Techsithtube
@Techsithtube 6 лет назад
I have a plan for more such videos. keep an eye on the channel for that.
@vinkrins
@vinkrins 5 лет назад
Great and to the point questions, thanks for your videos
@rajivkumar2578
@rajivkumar2578 5 лет назад
It's a great video, thank you so much!
@aaaaaaa596
@aaaaaaa596 5 лет назад
Always nice content delivered !!!
@andreybindyuk769
@andreybindyuk769 4 года назад
Quite important and useful tutorial, many thanks!
@jamesonvparker
@jamesonvparker 5 лет назад
Thanks for the great videos. They are very helpful!
@tsigiekumssa4018
@tsigiekumssa4018 6 лет назад
Thanks for doing this. It's very helpful.
@JB-pl8vj
@JB-pl8vj 3 года назад
Thank you for taking the time to teach us! Cheers
@Techsithtube
@Techsithtube 3 года назад
My pleasure!
@naveenreddydepa8324
@naveenreddydepa8324 6 лет назад
Great video to learn JS tricky interview questions. I felt thrill waiting for each answer of a question
@rahulsalvi6623
@rahulsalvi6623 6 лет назад
Really helpful video. Helped me to understand the core concepts.
@vzsshadow3141
@vzsshadow3141 5 лет назад
thank you for videos, i enjoyed it :) very nice tricky questions :)
@juliocesarbenavente9590
@juliocesarbenavente9590 3 года назад
Thank you for all your work!
@nunoRRsantos
@nunoRRsantos 5 лет назад
im glad you fixe YT problems for ads...your videos eally helpme a lot thanks👏
@harikumargurudu5260
@harikumargurudu5260 6 лет назад
Thank you for your videos. We are with you and please keep on posting videos.
@Techsithtube
@Techsithtube 6 лет назад
Hari, Thank you for your support! :)
@ryanmfahey1
@ryanmfahey1 6 лет назад
This is very helpful. I am conducting JavaScript interviews in the next couple weeks. This has been a great resource (along with your other videos).
@Techsithtube
@Techsithtube 6 лет назад
Thank you for watching Ryan. Good luck with your interviews!
@ankitanand6596
@ankitanand6596 6 лет назад
You are doing a great job man... keep doing this..
@444_ac
@444_ac 3 года назад
Thanks for such a great video. It helped me for real. ⭐️
@rampande5830
@rampande5830 4 года назад
found tutorial very useful. Learnt new things in JS. Thank you.
@alon8185
@alon8185 4 года назад
Thanks! I learned allot in just 21 minutes.
@rafaelschuster5746
@rafaelschuster5746 3 года назад
Thank you for the great lessons!
@LawZist
@LawZist 6 лет назад
Great as always!
@supredeep
@supredeep 6 лет назад
Great video about tricky javascript question. Thank you!!!!
@SebastianWeszler
@SebastianWeszler 6 лет назад
Thanks for this video, it helped me understand JS better
@zenkithao
@zenkithao 6 лет назад
great stuff man keep it up!
@chinmoyktamal2837
@chinmoyktamal2837 2 года назад
Great explanations! Thanks!
@superbee1970
@superbee1970 5 лет назад
Definitely some tricky coding questions here! Thnx!
@yamfrich4353
@yamfrich4353 4 года назад
Thanks for your content! I love star wars btw hehe keep it up!
@otavioaraujo4320
@otavioaraujo4320 2 года назад
Amazing! The String constructor one was cool haha
@rabbi2211
@rabbi2211 6 лет назад
Thanks a lot dude. Nice JS Video
@fahadkheratker7071
@fahadkheratker7071 6 лет назад
Great video. Helped a lot. Keep up the good work :)
@Gustavo-ye1ko
@Gustavo-ye1ko 5 лет назад
Some of these tricky questions I have never seen before... thanks!
@funcomedy2
@funcomedy2 6 месяцев назад
Very interesting JavaScript question! Thank you for sharing!!
@vodek4791
@vodek4791 6 лет назад
Really appreciate for what you are doing. Keep it up mate.
@Techsithtube
@Techsithtube 6 лет назад
Thanks for the support ! )
@swethas7320
@swethas7320 5 лет назад
Good video to understand JavaScript concepts in depth
@alzz0
@alzz0 5 лет назад
Love yours videos tech sith
Далее
Tricky JavaScript Interview Questions and Answers
16:35
🎙ПОЮ твои ЛЮБИМЫЕ ПЕСНИ 🌇
3:11:38
Skins from the FUN&SUN collection | Standoff 2 (0.29.0)
01:10
Javascript Closure tutorial ( Closures Explained )
12:52
Answering tricky JavaScript interview questions
35:16
Top Tricky JavaScript Interview Questions and Answers
15:42
top 10 JavaScript tricks
17:18
Просмотров 19 тыс.
javaScript promises explained tutorial
13:10
Просмотров 552 тыс.
A Simpler Way to See Results
19:17
Просмотров 96 тыс.