Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 682 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 682 Bytes

JavaScript ES 6 Practice Exercises

I wanted to learn more about deconstructing arrays and objects, jest and tdd so I made this exercise file to help me and hopefully other people on their coding learning journey!

Covers:

  • Deconstruction of Arrays and Objects
  • Default Values

Installation Instructions

Install Jest using npm:

npm install --save-dev jest

Add the following section to your package.json:

{
  "scripts": {
    "test": "jest"
  }
}

Feel free to Fork and make improvements or suggestions!

Credit

Based on the github gist excercises made by @szemate

https://gist.github.com/szemate/a085b6e0e29bafaf7f754e32f7deb6c1