logo

Crowdly

Browser

Add to Chrome

Betrachte folgenden Code - Was wird ausgegeben?: function loadData(callback) {...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Betrachte folgenden Code - Was wird ausgegeben?:

function loadData(callback) {

  setTimeout(() => {

    callback("DONE");

  }, 500);

}

console.log("A");

loadData((msg) => {

  console.log(msg);

});

console.log("B");

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.spengergasse.at?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome