Introducción a ES6
Node >= v8
npm >= v6
https://github.com/creationix/nvm
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
$ nvm install 8.11.3
$ node -v # v8.11.3
$ npm run test
$ npm run test:<X>
# Ejecutar test variables
$ npm run test:variables
$ git checkout solutions
$ npm run test