Assessments

Chapter 1

  1. What international group maintains the official specification for JavaScript?
    1. W3C
    2. Ecma International
    3. Netscape
    4. Sun
  2. Which backends can communicate with JavaScript?
    1. PHP
    2. Python
    3. Java
    4. All of the above
  3. Who was the original author of JavaScript?
    1. Tim Berners-Lee
    2. Brendan Eich
    3. Linus Torvalds
    4. Bill Gates
  4. What is the DOM?
    1. JavaScript's representation of HTML in memory
    2. An API to allow JavaScript to modify the page
    3. Both of the above
    4. None of the above
  5. What is the primary use of Ajax?
    1. Communication with the DOM
    2. Manipulation of the DOM
    3. Listening for user input
    4. Communication with a backend

Chapter 2

  1. True or false: Node.js is single-threaded.
  2. True or false: The architecture of Node.js makes it impervious to Distributed ...

Get Hands-on JavaScript for Python Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.