Amdocs Interview Question

SetTimeout(()=>console.log(x),0), console.log(y); what will be printed first?

Interview Answer

Anonymous

Dec 18, 2023

console.log(y);