2b32dn / nodejs-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

## Cheatsheet

__dirname: path to current directory
__filename: file name
require: function to use modules
module: info about current module
process: info about env where the program is being executed

About


Languages

Language:JavaScript 100.0%