What is Event Loop and how it works in JS?
Frontend Developer Interview Questions
8,954 frontend developer interview questions shared by candidates
Quantos anos desenvolvendo site? Quantos anos de faculdade? Qual sua pretensão salarial?
Take a second to imagine that you are in a room with 100 chairs arranged in a circle. These chairs are numbered sequentially from One to One Hundred. At some point in time, the person in chair #1 will be told to leave the room. The person in chair #2 will be skipped, and the person in chair #3 will be told to leave. Next to go is person in chair #6. In other words, 1 person will be skipped initially, and then 2, 3, 4.. and so on. This pattern of skipping will keep going around the circle until there is only one person remaining- The survivor! Note that each chair is removed when the person leaves the room. Write an HTML page using Javascript/Typescript and Angular to visualize the disappearing chairs and figure out which chair the survivor is sitting in. Please send me the answer and your working code.
What do you know about ECMAScript 5?
JavaScript - Basic Functions Understanding function invoke(message) { console.log(messages); } function sendMessage(message){ invoke(message) } sendMessage("Hello,") sendMessage("world ") sendMessage("! ") output should be this ["Hello,", "world ", "! "] and it should print only one time and you are allowed to change only function declarations not funtion calls
JavaScript - Polyfill for reduce()
What would you do if an app was slow to load?
Was ist dir wichtig in einer Firma/einem Team?
How do you determine if a key is present in an object other than checking if its undefined?
What was a challenge you had to overcome?
Viewing 1151 - 1160 interview questions