Skip to content

appacademy/practice-for-week-02-try-out-callbacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Callback Problems

It's time to get some practice using callbacks!

Complete the problems in the order specified.

To run the tests for the above problems you will need to unzip the file you downloaded.

To get started, use the following commands:

  1. cd into the project directory
  2. npm install to install any dependencies
  3. npm test to run the test cases

The npm test command will run all the tests. If you have any trouble with this don't hesitate to ask a TA for help!

P.S. You may notice the package.json/package-lock.json files and node_modules directory. You do not need to edit any of those contents. Those files are what we use to package the project and create the test cases.

When you finish your project, don't forget to add your project to your Github!

  1. Initialize the local directory
  2. Add and commit your project
  3. Push the project to the repo you created

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published