Skip to content

EricBaldwinn/async-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Async Exercises

To Test Async understanding try Main.js

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.

To test Mastery try the advanced content

Write a function that maps the general return method to an asynchronous function by wrapping it in a setTimeout 0 and using try catch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%