Candidatei-me online. Fui entrevistado pela Cinnova Technologies em jan. de 2022
Entrevista
I get through an initial online interview process. It was about javascript-based questions, simple programming-based, and Database queries. Simple tests just basic stuff for judging our understanding and problem-solving skills.
Perguntas de entrevista [5]
Pergunta 1
Q
if(1 == 1)
if(1 == 'one')
if(1 = 1)
if(1===1)
if(1==='1')
which is true ,and why?