You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// FS, BUILT-IN MODULE - Interacting with the filesistem
//Essencially we can use it asyncronously and non-blocking, or syncronously wich will be blocking (later we'll se the diferences and when to use each other)