Sistem File Node.js (FS)
/*
In Node.js, file I/O is provided by simple wrappers around standard POSIX
functions. Node File System (fs) module can be imported using following
syntax:
*/
syntax:
var fs = require("fs")
Tiny Coders