Fri Jul 09 2021 18:25:54 GMT+0000 (UTC)
Saved by @buildadev
var obj = { fname : "John", lname: "Doe", country : "Canada", result : function() { return "Name is " + obj.fname + " " + obj.lname + " Country is " + obj.country; } }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments