Skip to content

april7229/Basic-JavaScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic JavaScript + ES6

  • ES6
  • Const vs Let vs Var
  • Lambda/Arrow functions
  • 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.
  • 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.
  • Please have fun!

Instructions

  • Fork and clone this repo.
  • cd into this project and Run the command npm i to install needed node packages.
  • Run the command npm test to run the tests.
  • Work through the files and make the tests pass.
  • Submit a pull request when you are finished and we will review your code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%