Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Lab49 (Londra, Inghilterra) nel mese di ott 2018
Colloquio
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.
Domande di colloquio [1]
Domanda 1
[1,2,3].foreach((i, v) => {
let temp = i;
});
console.log(temp)