do you really want to join it?
Junior Frontend Developer Interview Questions
10,721 junior frontend developer interview questions shared by candidates
They asked a lot about previous experience.
What is the difference between == to ===?
What are the principles of programming and how the code review should be conducted. name the order of output to the console. the task of determining the value of this.
what is lazy loading?
Here's code, tell what console.logs will be and in which order const p = Promise.reject() p .then(() => console.log(1)) .catch(() => console.log(2)) .then(() => console.log(3)) p .then(() => console.log(4)) .catch(() => console.log(5)) .then(() => console.log(6))
Some questions about RoR and Online Waite-board questions.
Write a list with clickable elements, using dom methods and a later version using React. Here is my DOM method that the online test tool wouldn't let me submit.
tell me about yourself and previous experince
Write a function that returns the k most occurring integers from an array
Viewing 1251 - 1260 interview questions