Write a function that chains together the helpers. Using only the helper functions have the function output the following. > Generate a random number. After one second > 'waited one second'
After one second > 'waited one second'
After one second > 'waited one second'
Then write the random number to a file on the hard drive.
Write a function that maps the general return method to an asynchronous function by wrapping it in a setTimeout 0 and using try catch.