1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

Update 100-builtin-modules.md (#4501)

- Removed a redundant `events` entry
This commit is contained in:
Orca
2023-09-23 03:18:26 +08:00
committed by GitHub
parent 05492b60ee
commit ddf8884501

View File

@@ -7,7 +7,6 @@ Built-in modules are already installed with `Node.js`, so you don't need to inst
- **net**: to build clients and servers.
- **path**: to handle file paths.
- **url**: help in parsing URL strings.
- **events**: provides a method for interacting with events.
- **http**: making Node.js transfer data over HTTP.
- **console**: to log information in the console.
- **assert**: provides a set of assertion tests.