Chapter 1
- What 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?
- Communication with the DOM
- Manipulation of the DOM
- Listening for user input
- Communication with a backend
Chapter 2
- True or false: Node.js is single-threaded.
- True or false: The architecture of Node.js makes it impervious to Distributed ...