mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-09 10:46:52 +02:00
Update 100-builtin-modules.md (#4501)
- Removed a redundant `events` entry
This commit is contained in:
@@ -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.
|
- **net**: to build clients and servers.
|
||||||
- **path**: to handle file paths.
|
- **path**: to handle file paths.
|
||||||
- **url**: help in parsing URL strings.
|
- **url**: help in parsing URL strings.
|
||||||
- **events**: provides a method for interacting with events.
|
|
||||||
- **http**: making Node.js transfer data over HTTP.
|
- **http**: making Node.js transfer data over HTTP.
|
||||||
- **console**: to log information in the console.
|
- **console**: to log information in the console.
|
||||||
- **assert**: provides a set of assertion tests.
|
- **assert**: provides a set of assertion tests.
|
||||||
|
Reference in New Issue
Block a user