: It allows you to read, write, update, and delete files and directories.

The fs module is a powerful tool that provides an API for interacting with your computer's file system in a way modeled on standard POSIX functions.

: It offers both synchronous (blocking) and asynchronous (non-blocking) methods.