es6

01. Node Demo πŸ‘©β€πŸ«πŸ§‘β€πŸ«

// Run this from the command line using 'node index.js'
(function () {
  console.log(this);
})();