Question: JavaScript Given this Object Literal : {name:John,email:john@domfu.com} print out an HTML link to that email address by accessing the object's properties. Make the object, then
JavaScript
Given this Object Literal: {"name":"John","email":"john@domfu.com"} print out an HTML link to that email address by accessing the object's properties. Make the object, then access the object to create the string (use + to combine strings with object properties.)

console.log()= "John
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
