This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Sebastian
about 11 years

Struggling with Question 4.4?

Can someone aid me in achieving the correct answer, I’m completely stuck!

Answer 513763a43702e5708e005da5

2 votes

Permalink

var answer = ‘JSON’;

points
Submitted by ๐oOtakuo๐
about 11 years

3 comments

Ajasegun Lawson about 11 years

THANKS IT WORK

Ashraf Uddin almost 11 years

How though??

CodeBuster1624 about 10 years

THANK’S’S’S’S’S’S’S’S’S’S’S’S’S’S

Answer 529b28c4abf821bf7801133e

0 votes

Permalink

var answer = JSON; {“Cartoon Foxes”:{{ “Name”: “Fox Tall”, “Job”: “Bein’ tall”}, {“Name”: “Fox Small”, “Job”: “Bein’ small”}}}; var json = JSON.parse(answer); console.log(json); getting 3 weird missing “;” before statement and expected ‘}’ to match ‘{‘ from line 17 and instead saw ‘:’ also expected ‘(end)’ and instead saw ‘{‘ weird right, so weird. syntax errors are the worst O.o

points
Submitted by Mike Hunts Harry
over 10 years

Answer 5111ac977cb060c44200311c

-4 votes

Permalink

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

points
Submitted by Ivan Yudhi
about 11 years

1 comments

Mike Hunts Harry over 10 years

3rd one can be 200-500. no?