Set of js tasks for homework
git clone https://github.com/dinumihnea/homework-introduction-to-js.git
git checkout -b your-name
npm install
you can save each task implementation in a separate commit, using git commit
git push
nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for development.