over all, kowledge enrich interview, friendly behaviour ,
questions from js asynchronus , var , let, const , settimout function and the below code as i remember this time
async function run(data){
await console.log(data);
}
console.log(1);
run(2);
console.log(3);