Fri Jul 09 2021 06:25:43 GMT+0000 (Coordinated Universal Time)
Saved by @buildadev
var person = { fname:"John", lname:"Doe" }; var x; for (x in person) { console.log(person[x]); }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments