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

- Removed a redundant `events` entry
pull/3803/head^2
Orca 1 year ago committed by GitHub
parent 05492b60ee
commit ddf8884501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/data/roadmaps/nodejs/content/117-nodejs-common-modules/100-builtin-modules.md

@ -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.

Loading…
Cancel
Save