Try your hand at answering the following questions to test your knowledge:
- Which international group maintains the official specification for JavaScript?
- W3C
- Ecma International
- Netscape
- Sun
- Which backends can communicate with JavaScript?
- PHP
- Python
- Java
- All of the above
- Who was the original author of JavaScript?
- Tim Berners-Lee
- Brendan Eich
- Linus Torvalds
- Bill Gates
- What is the DOM?
- JavaScript's representation of HTML in memory
- An API to allow JavaScript to modify the page
- Both of the above
- None of the above
- What is the primary use of Ajax?
- Communicating with the DOM
- Manipulating the DOM
- Listening for user input
- Communicating with a backend