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.
Junior Frontend Developer Interview Questions
10,723 junior frontend developer interview questions shared by candidates
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 do you know about ECMAScript 5?
My skills, previous experiences, level of execution, some integration process and tools knowledge!!
Challenges faced during working on the assignment
Was ist dir wichtig in einer Firma/einem Team?
What would you do if an app was slow to load?
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 1321 - 1330 interview questions