/callback-a-palooza

A mini-lab adapted from the GA Baseline Curriculum [js] [callbacks]

Primary LanguageJavaScript

Callback Mini-Lab

This lab is an opportunity to apply your leveled-up Javascript skills to a series of challenges. It is also an opportunity to practice pair programming and test driven development, two common Agile practices. We'll be talking more about Agile Methodologies later this week, so consider this lab a bit of a preview...

The instructions for each challenge are included in the script.js file. You can test your solutions by running node in your terminal. Simply make sure you are inside of your callback-a-palooza directory, then run node tests.js.*

*If node causes an error in your terminal, try running brew install node. If that doesn't work, let us know.