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

Sunday, January 13, 2013

Codecademy Sample Solution: REST Constraints and Requirements



// 1. HTTP is a protocol that connects clients and ______.
var answer1 = "servers";

// 2. The four HTTP methods are GET, POST, ___, and DELETE.
var answer2 = "PUT";

// 3. A ___ error means the server goofed up. (200, 300, 400, or 500)
var answer3 = "500";

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts