DEV Community

Cover image for Introduction to the File System Module ('fs') in Node.js
Jimmy Willams
Jimmy Willams

Posted on

Introduction to the File System Module ('fs') in Node.js

https://www.youtube.com/watch?v=dtTnWxfH19U

The File System Module ('fs') in Node.js allows you to interact with the file system using JavaScript. This tutorial shows you how to write and read a file asynchronously and synchronously.

Oldest comments (0)