Javascript Scope Quiz
Test your understanding of Javascript scope.
Less than 10 submissions
QS
@qs_by_qset
Created this 6 months ago
Content
Stop reading
1. What is the 'this' keyword?
2. What is the purpose of strict mode?
Please login to your account to view this. Login
3. What is the difference between '==' and '==='?
4. What is the difference between 'var', 'let', and 'const'?
5. What is the difference between synchronous and asynchronous code?
6. What is the event loop?
7. What is closure?
8. What is the DOM?
9. What is the difference between innerHTML and innerText?
10. What is hoisting?