let x = 5; x += 2;
[1,2,3].filter(x => x > 1)
setTimeout(fn, 0)
[1,2,3].reduce((a,b)=>a+b,0)
typeof function() {}
Boolean([])