kevinchu93 / first-blog-mern-server

0 stars 0 forks source link

Prefer arrow functions #5

Closed ericchu94 closed 6 years ago

ericchu94 commented 6 years ago

https://github.com/kevinchu93/first-blog-mern/blob/25e742aa4aabf753eaa86f3c7fcbf7215b975a11/app.js#L18

In general, you should prefer arrow functions over anonymous functions

kevinchu93 commented 6 years ago

changed