Array Sort, take values from input and display then in ascending order on web.
Junior Frontend Developer Interview Questions
8,133 junior frontend developer interview questions shared by candidates
¿Qué es asíncrona en Javascript? ¿Qué es una callback? ¿Para qué sirve HTML? ¿Conoces el término API REST? ¿Cuáles son las 3 cosas que te caracterizan como profesional? ¿Qué esperas de la empresa?
Honestly can't remember any specific question, I think they were about algorithms and DS.
Valores de la empresa, preguntas tecnicas, y beneficios
Tell me about your past experience
Preguntas personales, sobre mi experiencia y conocimientos
what is the null coalescing operator in javascript, when to use it, and why?
You have an object of 2 arrays coming from the server. An array of all users, and an array of all messages. const data = { users: [ { id: Int, name: String, }, ... ], messages: [ { id: Int, text: String, userId: Int, receiverId: Int, }, ... ], }; Write a function which iterates through received data and returns a single array with data in the format: [{ messageText, userFromName, userToName }]
Have you ever fixed a bug?
I was mainly asked about web optimization techniques
Viewing 1711 - 1720 interview questions