Question: $.getJSON('http://www.server.com/myExam.json', function (data) { $(h1).append(You are + data.age + years old.); });
$.getJSON('http://www.server.com/myExam.json', function (data) {
$("h1").append("You are " + data.age + " years old.");
});
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
