Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

11joselu/es6-starts

Repository files navigation

es6-starts

Introducción a ES6

Requisitos

Node >= v8

npm >= v6

Instalar Node Ubuntu/Mint

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

Ejecutar tests

$ npm run test

Ejecutar un test en concreto

$ npm run test:<X>
# Ejecutar test variables
$ npm run test:variables

Ver soluciones

$ git checkout solutions
$ npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published