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

Sunday, January 13, 2013

Codecademy Sample Solution: Requests



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

// Add your code above this line!

console.log(xhr.status);
console.log(xhr.statusText);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts