Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

JS level 11 lesson 5

Please help!!
by

2 Answers

Ashutoshry6u3
function 1
{
2nd line --> (processResponse,3000);
}

function 2
{
console.log("response received...");
console.log("Processing response...");
}


let call=function 1("link");
console.log(call);
margs012
It keeps telling me i have the wrong url but I copied it from the lesson???

Login / Signup to Answer the Question.