Candidatei-me por meio de recrutador(a). O processo levou 1 semana. Fui entrevistado pela Lab49 (Londres, Inglaterra) em out. de 2018
Entrevista
Recruiter screening, Initial phone call, class marker tests.
I was told that I did not clear the class marker tests and was never given about correct/wrong counts.
The questions are mostly on JavaScript basics revolving around scoping.
Perguntas de entrevista [1]
Pergunta 1
[1,2,3].foreach((i, v) => {
let temp = i;
});
console.log(temp)