Setup JavaScript

You can setup your project!
To do this, you can simply create a file [file_name].js
Open it in your favorite IDE, and execute the following command in the terminal:

node [file_name].js

This will execute the file and you will see the result in the console.
Don't forget to add console.log() to see the returns in the console!