/yelp-camp-es6

Refactor of YelpCamp using some ES6 syntax

Primary LanguageJavaScript

YelpCamp ES6 Refactor

  • Replace functions with arrow functions
  • Replace var with let or const
  • Destructure middleware
  • Replace string concatenation with template literals