JavaScript

How to install nvm on macOS

nvm is a simple tool to manage multiple node.js version for each projects. I would like to show some tips to use nvm.
Update: 

About JavaScript

JavaScript is a programming language that conforms to the ECMAScript specification. It has dynamic typing, prototype-based object-orientation and first-class functions.
/JavaScript