Fun with Promises and misc. ES6.
Print out a Fibonacci sequence for a number N. Built using ES6, and chaining Promises to generate the sequence.
Run parallel tasks, and wait for all to complete via Promise.all
. Try this with and without using ALL. Check logs for load times.