Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Basic JavaScript + ES6
* ES6
* ES6
* Const vs Let vs Var
* Lambda/Arrow functions
* Object Destructuring
* Object Destructuring

### Project Description
* This project should be very familiar to you. You have already suffered through the logic behind a lot of these expressions/functions.
* We're excited to give you something you've already worked on, but to now just convert the code into ES6 syntax.
* This project should be very familiar to you. You have already suffered through the logic behind a lot of these expressions/functions.
* We're excited to give you something you've already worked on, but to now just convert the code into ES6 syntax.
* 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.
* Project files 1 - 3 are all that need to be completed for this assignment. And Project-4 is *Extra Credit*.
* Project files 1 - 3 are all that need to be completed for this assignment. And Project-4 is *Extra Credit*.
* Please have fun!

### Instructions
Expand Down
Loading