Try your hand at answering the following questions to test your knowledge:
- True or false: Node.js is single-threaded.
- True or false: The architecture of Node.js makes it impervious to Distributed Denial of Service (DDoS) attacks.
- Who originally created Node.js?
- Brendan Eich
- Linux Torvalds
- Ada Lovelace
- Ryan Dahl
- True or false: JavaScript on the server side is inherently insecure because the code is exposed on the frontend.
- True or false: Node.js is inherently superior to Python.