sobota, 16 marca 2019

Programming exercise #3 - display elements from array with delay

In this exercise, I strong recommend using rxjs.
Input
Array of values (number of strings)
const arr = [1, 2, 3, 4, 5, 6];
Expected result
Display values from array with delay. For example
output 1 => one second later
output 2 => one second later
output 3 etc

Brak komentarzy:

Prze艣lij komentarz