nicholas aiello

ES6 & Promises

Fun with Promises and misc. ES6.

Fibonacci sequence

Print out a Fibonacci sequence for a number N. Built using ES6, and chaining Promises to generate the sequence.

Promise them All

Run parallel tasks, and wait for all to complete via Promise.all. Try this with and without using ALL. Check logs for load times.