// 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