Fri Jul 09 2021 18:13:43 GMT+0000 (Coordinated Universal Time)
Saved by @buildadev
var obj = { fname: "John", lname: " Doe", country: "Canada", 1: 1000 } console.log("Number propert is " + obj['1']);
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments