Тёмный

Top Javascript Interview Questions for Junior Developers (answers included) 

Catherine Li
Подписаться 7 тыс.
Просмотров 53 тыс.
50% 1

In this video I go over the top junior frontend developer interview questions that are asked in every junior frontend, web and fullstack developer interview.
I will also cover the suggested answers for each question and show examples.
Subscribe to my channel! bit.ly/3DBIIRj

Наука

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

 

14 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 95   
@marsdwarf
@marsdwarf Год назад
Loved the explanations, would love to see more vids like these :)
@serhanmmiah7315
@serhanmmiah7315 11 месяцев назад
Thank you got a junior developer interview role soon. I did have one where they ask what is OOP and what is asynchronous programming and why we use use it.
@ede.5487
@ede.5487 3 года назад
Thanks this helps a lot. I know how to code in JS but the terms and explaining is what I need to focus on
@catherinelijs
@catherinelijs 3 года назад
Thanks Ed, good luck!
@adennis200
@adennis200 2 года назад
I hope you passed ;) But in general explaining is not ju a t about how to phrase it but its about understanding. I think many people, including me, have made the mistake that they learned the syntax and maybe some basic theory behind all of that but they have never dived deeper. Ans its very important to fully understand the lines if code and everything that goes into it.
@mirnataher9905
@mirnataher9905 2 года назад
Thank you so much that was helpful and it would be great if you made a longer video or a series I'd definitely watch them ♥️♥️
@catherinelijs
@catherinelijs 2 года назад
Thank you so much for watching Mirna! I do have a playlist with more additional JavaScript videos on some other concepts here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ucn4jAPWBdQ.html
@tsdineshjai8565
@tsdineshjai8565 2 года назад
Good Video C Li, just looking forward for next set of questions at a higher level
@catherinelijs
@catherinelijs 2 года назад
Thanks! I have something in the works!
@_tanzil_
@_tanzil_ Год назад
JavaScript is my first programming language and I'm at the very close to the end of the course I'm taking to learn. What I want to say that, I know and can answer all of these questions you mentioned. That gives me more motivation 🤗
@catherinelijs
@catherinelijs Год назад
That’s amazing! I’m glad you found it helpful
@marshallthecrew_itsme
@marshallthecrew_itsme Год назад
Good portion of actual questions, Keep it High, good luck to You !!!!
@catherinelijs
@catherinelijs Год назад
Thank you!
@ThaitopYT
@ThaitopYT 2 года назад
Thanks for the info. I only know "== vs ===" and "var, let, const". Other things I kinda know how to use it but don't know what it actually is, except the "get and post" I have no idea because never touch any server-client things.
@asagiai4965
@asagiai4965 10 месяцев назад
1.) One is more secure than other. It also doesn't show on the browser address bar. And it is usually use when submitting a form. 2.) Javascript Object Notation, a data structure using key value pair. It can represent object when parse. 3.) The other one is deeper and more strict. 4.) One of them means there's no value. The other one means there's no child or member of the current property. 5.) They are ways to create variable One of them don't change value One of them allow the variable to be modify regardless of where it is the code. As long as you declare it first. The last one is a standard way of declaring a variable.
@youvegotmail9385
@youvegotmail9385 Год назад
This is great and very helpful. Keep them coming.
@catherinelijs
@catherinelijs Год назад
Thanks! I’m working on more content that I’ll be publishing soon
@0the0ambient0
@0the0ambient0 2 года назад
Very helpful. Thanks.
@weareloved
@weareloved 2 года назад
Thank you so much 💚🙏🏼💚
@cristianmetz9470
@cristianmetz9470 2 года назад
Thanks! keep ehm coming
@catherinelijs
@catherinelijs 2 года назад
I will. Thanks for watching!
@deepak8586
@deepak8586 2 года назад
Awesome!!
@ratulmahmud6231
@ratulmahmud6231 2 года назад
Thank You 😃😃 Please upload more like this
@catherinelijs
@catherinelijs 2 года назад
I will! Thanks for your kind words
@coffeymay6775
@coffeymay6775 2 года назад
I have been getting asked TDD questions and Big O stuff
@keifer7813
@keifer7813 Год назад
Wow, last question opened my eyes. Appreciate the vid
@catherinelijs
@catherinelijs Год назад
Thank you! More content coming soon that hopefully helps out
@loganj6203
@loganj6203 2 года назад
This helps me a lots Thanks :)
@catherinelijs
@catherinelijs 2 года назад
Glad you found it helpful!
@sathirakatugaha974
@sathirakatugaha974 2 года назад
That was so helpful!
@catherinelijs
@catherinelijs 2 года назад
Thank you! I’m glad you enjoyed it
@Movoid12
@Movoid12 Год назад
Super helpful
@chrisdietrich1533
@chrisdietrich1533 2 года назад
thanks!
@sparrowestes962
@sparrowestes962 2 года назад
Thanks a lot!
@catherinelijs
@catherinelijs 2 года назад
You're welcome!
@kllokoq
@kllokoq 2 года назад
feel good video!
@catherinelijs
@catherinelijs 2 года назад
Thank you!
@bobbyjonas2323
@bobbyjonas2323 2 года назад
Great job nice video 👍
@catherinelijs
@catherinelijs 2 года назад
Thanks!
@peeveBR
@peeveBR 2 года назад
I've been in a lot of Jr interviews lately and have not received any of these questions, sorry but they are too easy. If I ever get asked this I guess I would be lucky.
@sonsy-
@sonsy- 2 года назад
What did you get asked?
@peeveBR
@peeveBR 2 года назад
@@sonsy- Well typically for frontend even at the jr level they ask about the specifics of React and Redux . . . if that is what they are using. Also they will ask about GET and POST but far more in depth than this video aludes. The only time you would be asked such easy questions would be if they made you take a multiple choice test that also has algo problems at the end. I promise I'm not trying to be negative to Catherine, I myself am just frustrated because I seem to be getting insanely hard panel interviews lately which is nerve racking enough, but the questions are far more specific and in detail. I'd say a question they may have on the same note as Catherine's HTTP request question would be something like, "take me through the entire process of a POST request, how does it connect to your backend API and what does it mean that HTTP requests are stateless?" That would be a somewhat easy question from what I have dealt with lately. A lot of entry level jobs out there asking for 3+ years of experience . . .
@peeveBR
@peeveBR 2 года назад
@@sonsy- Another question I just remembered is, what is your current code testing process? What would be your process of insuring your code is ready to go live?
@sonsy-
@sonsy- 2 года назад
@@peeveBR Thank you very much!!! It will help significant for my upcoming interviews. 👍🏼
@peeveBR
@peeveBR 2 года назад
@@sonsy- awesome glad to help, just make sure to dig deep and terminology really matters in these interviews. You may know how to do things and not know exactly the proper terms but they definitely want to hear proper terminology. This is something I'm working a lot on right now cause I'm bad with that stuff.
@Surykatkazkosmosu
@Surykatkazkosmosu Год назад
At 4:12 it sound like you said "the variable is actually unaccessible", but you clearly meant it is accessible. It seems to be due to a jump cut.
@AmitYadav-el5wg
@AmitYadav-el5wg 2 года назад
Awesome, please makes some video on advanced concepts of javascript. I think i m first viewer from india
@catherinelijs
@catherinelijs 2 года назад
I am researching a few video ideas that should be able to help. Stay tuned!
@AmitYadav-el5wg
@AmitYadav-el5wg 2 года назад
@@catherinelijs please makes video on event loop
@tarike9808
@tarike9808 10 месяцев назад
i think closure and variable scope is also a very tricky concept in javascript.
@danielokediran8303
@danielokediran8303 Год назад
i really need a mentor even if it intern i will appreciate because i need to chapping my skill and am a fullstack dev and thank you
@sergiomendoza6833
@sergiomendoza6833 2 года назад
thanks
@infiniteteam8609
@infiniteteam8609 2 года назад
good tank you lady
@yongkiamirson2376
@yongkiamirson2376 2 года назад
The Es2♡
@tyengineer0
@tyengineer0 2 года назад
Loved this😃 you gave me a small little boost of self-confidence that my brain needed thank you! I nailed all of this lol good stuff dude🙌🏼💯
@catherinelijs
@catherinelijs 2 года назад
Awesome glad you enjoyed it!
@_Ghost_4550
@_Ghost_4550 2 года назад
Awesome... 🖤🙌
@catherinelijs
@catherinelijs 2 года назад
Thank you! Cheers!
@_Ghost_4550
@_Ghost_4550 2 года назад
@@catherinelijs yep..😇
@paoro814
@paoro814 2 года назад
Thanks maam
@catherinelijs
@catherinelijs 2 года назад
Glad you liked it!
@goktugerol1127
@goktugerol1127 Год назад
Your interview question videos reduces my stress compared to others... I have an interview at Google, do you think they ask similar questions at Google as well? I had interviews in random companies but for Google, I'm kinda nervous. Plus, they make interviews based on vanilla JavaScript or can they ask unexpected questions like questions from random frameworks etc?
@catherinelijs
@catherinelijs Год назад
I doubt they would ask questions from random frameworks, unless specified in the job posting. Typically they ask foundational concepts like algorithms, OOP, systems design and vanilla JavaScript. Very impressive that you have an interview at Google! Good luck!
@ezevalentine7610
@ezevalentine7610 Год назад
Naa Google will not ask you these ones😂
@kapiljhajhria
@kapiljhajhria 2 года назад
Except the let, var and const question, no one has asked me other questions even a single time. All the other questions are like book definitions. I won't be surprised if indians boomer ask such questions. Good interviewers will always ask questions that test your practical knowledge. Like they will ask you write small piece of code and ask you "WHY" did you write that particular line? Can you improve that line? Why not use xyz instead of this? Things like that.
@rc-wingman5719
@rc-wingman5719 2 года назад
jup.. exactly.
@kunalgholve5075
@kunalgholve5075 2 года назад
var variables supported hoisting but let and const Not(go into the temporal dead zone).
@deepanshu.770
@deepanshu.770 2 года назад
Honestly They are very easy questions 😅
@catherinelijs
@catherinelijs 2 года назад
It really depends on the organization, and the interviewer as well.
@jalalbmnf
@jalalbmnf Год назад
But you can send data via request URL too)))
@steafansteinocher462
@steafansteinocher462 Год назад
Dang namaste JavaScript will turn you from noob to junior dev in 10 episodes
@vnm_8945
@vnm_8945 10 месяцев назад
let won't be undefined if you use it before u declare it, it will give u reference error, but var will be undefined if u use it before u declare it and no error will be thrown.
@mode2317
@mode2317 Год назад
how u made ur vscode font weight like that? 2:20
@simpleman1218
@simpleman1218 2 года назад
null is not object it's js bug thet show's null as object but its not
@soy1700
@soy1700 2 года назад
“..jahvascript-“ closes video
@tkimdev
@tkimdev 2 года назад
any recommendations to find junior dev roles?
@catherinelijs
@catherinelijs 2 года назад
It really depends on where you're located (if it's a bigger city with a diverse tech scene, or a smaller city with less options), but with the availability for work from home jobs as well, there's a lot of resources to start with. I've had success with LinkedIn as there's a large number of recruiters there, so I would have an updated profile and indicate that you're looking for new opportunities. It would be a good start as well, since some jobs you may find on Indeed.com or other job boards go to recruiters first.
@tkimdev
@tkimdev 2 года назад
@@catherinelijs thank you! got an interview with Amazon
@RANAJI-yt7rg
@RANAJI-yt7rg 2 года назад
Im 32 year old can i get it job at this age or difficult?
@catherinelijs
@catherinelijs 2 года назад
Yes you can! It's never too late to start and employers will want to see your skills, not your age.
@rc-wingman5719
@rc-wingman5719 2 года назад
I am 36... no problem! => You still have 40 years to work until you retire old man! In my company, they prefer people who are married and have kids because they are not very likely to quit a job. Show interest and learn as much as you can about the topic. Try to improve your coding speed. They will ask you coding questions! Very important these days... Think about being vaccinated because it is a big risk for the company if you are not.
@Skw384
@Skw384 2 года назад
1 - What’s the difference between VAR, LET AND CONST 2 - What’s the difference between null and identified 3 - What’s the Difference between == and ===? 4 - What does JSON stands for and what’s its use? 5 - Difference between GET and POST request
@AndrewTSq
@AndrewTSq 2 года назад
Seems way too simple questions to be honest to be in a real interview.
@Skw384
@Skw384 2 года назад
@@AndrewTSq I’ve never gotten those questions honestly
@Joe-od3td
@Joe-od3td 2 года назад
No chance, if these are the questions then im good
@davidgarcia-rv3fs
@davidgarcia-rv3fs 2 года назад
thanks Dave, from another Dave
@donbraga4863
@donbraga4863 2 года назад
The answer to any Javascript question is "Spaghetti!"
@drxxxp16
@drxxxp16 2 года назад
null is not an object
@vvv35724
@vvv35724 2 года назад
WHY didn't nobody notice her words about "null is object" ?? I guess, it is better read some docs before making videos (or watching it)😅😅
@vvv35724
@vvv35724 2 года назад
video looks good but wrong information disappointed me :( gone search smthng else
@rubenverster250
@rubenverster250 2 года назад
more like intern questions -_-
@edwinly9865
@edwinly9865 2 года назад
i have a crush on you lmaoooooo
@haroonahmad3864
@haroonahmad3864 2 года назад
That was easy :L
Далее
Must Know Javascript Interview Questions
6:10
Просмотров 97 тыс.
5 Essential JavaScript Interview Questions
20:32
Просмотров 90 тыс.
다리에 힘이 풀려버린 슈슈 (NG Ver.)
00:11
Просмотров 1,5 млн
Хотите поиграть в такую?😄
00:16
Drive through the color🚗❓
00:13
Просмотров 4,3 млн
JavaScript Interview questions everyone gets wrong
6:40
Must know FAANG frontend questions
8:34
Просмотров 17 тыс.
Why NO ONE is hiring junior developers
11:54
Просмотров 7 тыс.
Nail the Javascript technical interview
12:54
Просмотров 7 тыс.
Красиво, но телефон жаль
0:32
Просмотров 777 тыс.