Node notes : on require with no js file in local path
if you require, for example “greet”, and greet.js is not found, node will look for folder called “greet” and then look for a file called index.js
if you require, for example “greet”, and greet.js is not found, node will look for folder called “greet” and then look for a file called index.js