Giter Site home page Giter Site logo

exercises-template's Introduction

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.

exercises-template's People

Contributors

justsml avatar blevs avatar seanchen1991 avatar

Stargazers

Satyam Bansal avatar nora dahlstrom avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.