Web Modules
Web Modules is a Node.js topic. In plain words you use it for install express in a new folder. Don’t start with a slogan — start with that picture.
Smallest example: npm init + npm i express. Type it, run it, and say what you see. If you can do that from memory, you know Web Modules.
From the example next to this theory — Web Modules: find user 2, then list names.
Trap — deleting package-lock blindly. Fix that before you talk about advanced Node.js.
Viva — what is Web Modules? Then show npm init + npm i express. Then name the trap.
What is Web Modules? Show this: npm init + npm i express. Trap: deleting package-lock blindly.