All quizzes
5 questions · BEGINNER

JavaScript Essentials

Check your JavaScript knowledge: types, scope and functions.

Progress 0 / 5 answered

1 Which keyword declares a block-scoped variable?

2 What does '===' check that '==' does not?

3 What is the result of typeof null?

4 Which method adds an element to the end of an array?

5 What is a closure in JavaScript?