What is the output of the below JavaScript?
var personObj = {firstname:"Jerome",lastname:"Davin"};
alert(personObj.lastname);
Reveal answer
Fill a bubble to check yourself
What is the output of the below JavaScript?
var personObj = {firstname:"Jerome",lastname:"Davin"};
alert(personObj.lastname);