Skip to content

Commit 7cd3ce3

Browse files
committed
fixed some of the readme
1 parent cb6d552 commit 7cd3ce3

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Basic JavaScript + ES6
2+
* ES6
3+
* Const vs Let vs Var
4+
* Lambda/Arrow functions
5+
* Object Destructuring
26

3-
## Instructions
7+
### Project Description
8+
* This project should be very familiar to you. You have already suffered through the logic behind a lot of these expressions/functions.
9+
* We're excited to give you something you've already worked on, but to now just convert the code into ES6 syntax.
10+
* Learning to program is all about repetition. So teaching you a new concept with material that you've already learned will help you solidify the material and also teach you new concepts along the way.
11+
* Project files 1 - 3 are all that need to be completed for this assignment. And Project-4 is *Extra Credit*.
12+
* Please have fun!
413

5-
Fork and clone this repo.
6-
7-
* Run the command `npm i` to install needed node packages.
8-
* Run the command `npm test` to run the tests.
9-
* Work through the files and make the tests pass.
10-
* Submit a pull request when you are finished and we will review your code.
14+
### Instructions
15+
* Fork and clone this repo.
16+
* `cd` into this project and Run the command `npm i` to install needed node packages.
17+
* Run the command `npm test` to run the tests.
18+
* Work through the files and make the tests pass.
19+
* Submit a pull request when you are finished and we will review your code.

0 commit comments

Comments
 (0)