Fri Jul 09 2021 06:27:26 GMT+0000 (Coordinated Universal Time)
Saved by @buildadev
var arr = ['one' , 'two' , 'three']; var x; for(x of arr) { console.log(x); }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments