5. global values
01
There are values we always have access to,
notice __dirname gives
us the entire path and
__filename adds the name of file to entire path.
console.log(__dirname) console.log(__filename)
also the same value as
console.log(__dirname)