Skip to content

fack2/ES6-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ES6 workshop

clone this workshop, then work through the quesitons at the bottom, converting the code into es6. make sure the functions continue to output the expected output!

look out for:

  1. Replace all function declarations in the file with arrow functions
  2. replace all vars in the file
  3. replace all string concatination with template strings
  4. use default parameter value for description in deepEquals1
  5. use default value for description in deepEquals1
  6. deepEquals2 does the same as deepEquals1 but it takes an object, use destructuring to access the properties in the object
  7. use a default value for description in deepEquals2
  8. use Set and the spread operator to refactor the uniqueVals function

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published