Skip to content

justsml/exercises-template

Repository files navigation

TODO: Title: Nested Data Structures

TODO: Subheader: Exercise: Nested Objects & Arrays

TODO: Summary: a few succinct lines or paragraph.

Index

TODO: Include optional sections here:

Instructions

TODO:

Task: Complete the functions in index.js and pass all tests specified in test/index.test.js

Stretch

TODO: Update/Replace Stretch Goals (see raw README to see tags for expanding section below)

💡 Challenge Yourself! (expand for stretch tips)
  • Research & use different patterns. (Destructuring, move common code into reusable helper methods, functional programming techniques)
  • Trade completed code with a peer:
    • Pair program: Take turns (30-60 min.) working through a refactor. Talk through & optimize as needed.
    • Trade code for feedback! (Example format: 3&1, 3 things that you liked and 1 to improve.)
  • See how many tests you can pass/complete before Googling or asking for help.
  • Time yourself. See if you can beat your own time starting over. Speed run!
  • When you're finished, refactor & improve readability. Write up why it is improved.

Get Started

3 options are included below.

The CodeSandbox option is fast & highly recommended.

1. Fastest Option

TODO: UPDATE CODESANDBOX LINK:

LAUNCH ON CODESANDBOX 🚀

2. Local Setup Instructions: From Command Line
  1. Fork & clone to your local computer
  2. cd into your newly cloned repository
  3. Install using npm
  4. Run test command
git clone <insert your git clone url here>
cd <repo folder name>
npm install
npm run test:watch
#####
### Or without fs watching:
# npm test

NOTE: In local development, use the file watcher command: npm run test:watch.

3. Local Setup Instructions: Run Tests in Browser
  1. Fork & clone to your local computer
  2. cd into your newly cloned repository
  3. Install and Start using npm
git clone <insert your git clone url here>
cd <repo folder name>
npm install
npm start

Hints

Helpful tips & reminders 🔎

TODO: Add any tips here - remember to link in the table of contents above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published