Master de II. ULL. 1er cuatrimestre. 2020/2021
Usaremos exhaustivamente en este capítulo el libro https://javascript.info/.
Por si quieren tener el libro en local les facilito unas instrucciones de como hacerlo en este repo:
The Async module provides Async
as a collection of purely ES2015 modules, in an alternative async-es package on npm.
1
$ npm install async-es
1
2
import waterfall from 'async-es/waterfall';
import async from 'async-es';
1
2
3
4
5
6
7
➜ load-script-seq git:(private) ✗ pwd
/Users/casianorodriguezleon/campus-virtual/2021/learning/asyncjs-learning/load-script-seq
➜ load-script-seq git:(private) ✗ git remote -v
origin git@github.com:ULL-ESIT-PL/async-js-series-webpack.git (fetch)
origin git@github.com:ULL-ESIT-PL/async-js-series-webpack.git (push)
private git@github.com:ULL-ESIT-PL/async-js-series-webpack-private.git (fetch)
private git@github.com:ULL-ESIT-PL/async-js-series-webpack-private.git (push)