Basics JS questions including-: Return value of array.push() How sparse array behave? Async Await conversion of promises and error handling Context (this) How Arrow function capture their this lexically instead of following traditional rules? Bind usage
Junior Frontend Developer Interview Questions
286 junior frontend developer interview questions shared by candidates
Promise Questions . . .
We have a web application where users can upload multiple files simultaneously. Sometimes users accidentally click the upload button multiple times, causing duplicate API calls. How would you prevent this without disabling the button completely, and what are the potential issues you might face with your solution? Then they asked me to actually code a solution and explain my thought process. They were more interested in how I approached the problem - considering user experience, edge cases, and potential race conditions - rather than just writing code. Made me think about real scenarios developers actually face instead of just algorithmic puzzles.
Q: What are your favourite technologies to work with?
Q: Tell me about your experience with javaScript and TypesScript.
What is new in ES7?
What was hardest problem at your last development task.
My experience on my past work.
If you have an object and you create a loop 10 times to add an object inside with that isnt assigned to a variable. What will you have after the loop finishes
3rd interview The head of Fullstack development asked me What happens if you have a set data type. and you make a loop to add 10 times the same string to the loop. what will happen?
Viewing 21 - 30 interview questions