Check your JavaScript knowledge: types, scope and functions.
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?