Testquiz
Single Choice Questions
Only one of the answers is correct. Also this is just a single question.
What is a callback function in JavaScript?
Incorrect 🙁
Multiple Choice Questions
Multiple answers can be correct. This is a quiz with multiple questions.
Quiz
What is the output of the following code snippet?
console.log(1 + '2' + 3 + 4);
Incorrect 🙁
What is NOT the purpose of the 'use strict' directive in JavaScript?
Incorrect 🙁