Quotes help make search much faster. Example: "Practice Makes Perfect"

Saturday, January 12, 2013

Codecademy Sample Solution: Making a Request



var xhr = new XMLHttpRequest();
xhr.open("GET", "http://www.codecademy.com/", false);
// Add your code below!
xhr.send();
console.log(xhr.status);
console.log(xhr.statusText);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts