Calculate Gandolf's minimum power.
Senior Frontend Developer Interview Questions
1,622 senior frontend developer interview questions shared by candidates
Não me lembro ao certo como foi estruturada a pergunta mas me foi pedido que falasse sobre algum projeto desafiador.
What is Event Loop and how it works in JS?
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?
What is a transpiler ?
How you describe yoursell in this way
Write a function to implement array flat method
Q. An apple is to tree as ____ is to liquid
Viewing 211 - 220 interview questions