Intranet
readyState property
status and statusText properties
JSON
[{ “name” : “Dave”,
“inoffice” : true }]
responseText property
JSON.parse
Processing JSON Data
var employees = JSON.parse(xhr.responseText); var statusHTML = '<ul class="bulleted">'; for (var i=0; i.innerHTML = statusHTML; } };