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.54873 жыл бұрын
Thanks this helps a lot. I know how to code in JS but the terms and explaining is what I need to focus on
@catherinelijs3 жыл бұрын
Thanks Ed, good luck!
@adennis2002 жыл бұрын
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.
@marsdwarf2 жыл бұрын
Loved the explanations, would love to see more vids like these :)
@Skw3843 жыл бұрын
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
@AndrewTSq3 жыл бұрын
Seems way too simple questions to be honest to be in a real interview.
@Skw3843 жыл бұрын
@@AndrewTSq I’ve never gotten those questions honestly
@Joe-od3td2 жыл бұрын
No chance, if these are the questions then im good
@davidgarcia-rv3fs2 жыл бұрын
thanks Dave, from another Dave
@_tanzil_2 жыл бұрын
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 🤗
@catherinelijs2 жыл бұрын
That’s amazing! I’m glad you found it helpful
@marshallthecrew_itsme2 жыл бұрын
Good portion of actual questions, Keep it High, good luck to You !!!!
@catherinelijs2 жыл бұрын
Thank you!
@ThaitopYT2 жыл бұрын
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.
@Surykatkazkosmosu2 жыл бұрын
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.
@tsdineshjai85653 жыл бұрын
Good Video C Li, just looking forward for next set of questions at a higher level
@catherinelijs3 жыл бұрын
Thanks! I have something in the works!
@youvegotmail93852 жыл бұрын
This is great and very helpful. Keep them coming.
@catherinelijs2 жыл бұрын
Thanks! I’m working on more content that I’ll be publishing soon
@keifer78132 жыл бұрын
Wow, last question opened my eyes. Appreciate the vid
@catherinelijs2 жыл бұрын
Thank you! More content coming soon that hopefully helps out
@coffeymay67753 жыл бұрын
I have been getting asked TDD questions and Big O stuff
@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
@mirnataher99052 жыл бұрын
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 ♥️♥️
@catherinelijs2 жыл бұрын
Thank you so much for watching Mirna! I do have a playlist with more additional JavaScript videos on some other concepts here: kzbin.info/www/bejne/q5TRZZ13hbx1mrM
@peeveBR3 жыл бұрын
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-3 жыл бұрын
What did you get asked?
@peeveBR3 жыл бұрын
@@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 . . .
@peeveBR3 жыл бұрын
@@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-3 жыл бұрын
@@peeveBR Thank you very much!!! It will help significant for my upcoming interviews. 👍🏼
@peeveBR3 жыл бұрын
@@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.
@tarike9808 Жыл бұрын
i think closure and variable scope is also a very tricky concept in javascript.
@goktugerol11272 жыл бұрын
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?
@catherinelijs2 жыл бұрын
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!
@ezevalentine76102 жыл бұрын
Naa Google will not ask you these ones😂
@weareloved2 жыл бұрын
Thank you so much 💚🙏🏼💚
@sathirakatugaha9742 жыл бұрын
That was so helpful!
@catherinelijs2 жыл бұрын
Thank you! I’m glad you enjoyed it
@asagiai4965 Жыл бұрын
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.
@AmitYadav-el5wg3 жыл бұрын
Awesome, please makes some video on advanced concepts of javascript. I think i m first viewer from india
@catherinelijs3 жыл бұрын
I am researching a few video ideas that should be able to help. Stay tuned!
@AmitYadav-el5wg3 жыл бұрын
@@catherinelijs please makes video on event loop
@0the0ambient02 жыл бұрын
Very helpful. Thanks.
@mode2317 Жыл бұрын
how u made ur vscode font weight like that? 2:20
@kapiljhajhria3 жыл бұрын
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-wingman57193 жыл бұрын
jup.. exactly.
@kunalgholve50753 жыл бұрын
var variables supported hoisting but let and const Not(go into the temporal dead zone).
@loganj62033 жыл бұрын
This helps me a lots Thanks :)
@catherinelijs3 жыл бұрын
Glad you found it helpful!
@cristianmetz94703 жыл бұрын
Thanks! keep ehm coming
@catherinelijs3 жыл бұрын
I will. Thanks for watching!
@ratulmahmud62313 жыл бұрын
Thank You 😃😃 Please upload more like this
@catherinelijs3 жыл бұрын
I will! Thanks for your kind words
@vnm_8945 Жыл бұрын
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.
@movoid122 жыл бұрын
Super helpful
@bobbyjonas23233 жыл бұрын
Great job nice video 👍
@catherinelijs3 жыл бұрын
Thanks!
@tyengineer03 жыл бұрын
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🙌🏼💯
@catherinelijs3 жыл бұрын
Awesome glad you enjoyed it!
@steafansteinocher462 Жыл бұрын
Dang namaste JavaScript will turn you from noob to junior dev in 10 episodes
@jalalbmnf2 жыл бұрын
But you can send data via request URL too)))
@tkimdev3 жыл бұрын
any recommendations to find junior dev roles?
@catherinelijs3 жыл бұрын
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.
@tkimdev3 жыл бұрын
@@catherinelijs thank you! got an interview with Amazon
@kllokoq3 жыл бұрын
feel good video!
@catherinelijs3 жыл бұрын
Thank you!
@sparrowestes9623 жыл бұрын
Thanks a lot!
@catherinelijs3 жыл бұрын
You're welcome!
@infiniteteam86092 жыл бұрын
good tank you lady
@simpleman12183 жыл бұрын
null is not object it's js bug thet show's null as object but its not
@deepak85863 жыл бұрын
Awesome!!
@deepanshu.7703 жыл бұрын
Honestly They are very easy questions 😅
@catherinelijs3 жыл бұрын
It really depends on the organization, and the interviewer as well.
@sergiomendoza68332 жыл бұрын
thanks
@bjni27 күн бұрын
idk trying to a junior backend role lol
@kylepaulmcfly3 жыл бұрын
Thanks maam
@catherinelijs3 жыл бұрын
Glad you liked it!
@_Ghost_45503 жыл бұрын
Awesome... 🖤🙌
@catherinelijs3 жыл бұрын
Thank you! Cheers!
@_Ghost_45503 жыл бұрын
@@catherinelijs yep..😇
@yongkiamirson23763 жыл бұрын
The Es2♡
@chrisdietrich15333 жыл бұрын
thanks!
@donbraga48632 жыл бұрын
The answer to any Javascript question is "Spaghetti!"
@drxxxp163 жыл бұрын
null is not an object
@soy17003 жыл бұрын
“..jahvascript-“ closes video
@vvv357242 жыл бұрын
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)😅😅
@vvv357242 жыл бұрын
video looks good but wrong information disappointed me :( gone search smthng else
@edwinly98652 жыл бұрын
i have a crush on you lmaoooooo
@Boseph_Youtube3 ай бұрын
These questions are so elementary, these are grown adults trying to get jobs in engineering. They should be expecting higher level questions than this.