Skip to content

theuidev-school/modern-js-refactoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern JavaScript Refactoring

This is the code that was covered in the FREE Course on theuidev.com. Feel free to enroll and get some tips and tricks to refactor your own code, using modern day JavaScript.

ES2015+ features covered:

  • Template Strings
  • Arrow Functions
  • Destructuring
  • Rest and Spread operators
  • Object.assign
  • Classes
  • async-await
  • Object literals