Pergunta de entrevista da empresa Servian

1.) Mostly about the projects I've worked on. 2.) Most challenging thing I ever worked on. 3.) Some Javascript specific question like: console.log(1) setTimeout(() => { console.log(2); }, 0); console.log(3); Output of this code