FAC-Sixteen / Week7-project-onions2.0

Week 7 authentication project
http://lost-and-fac.herokuapp.com/
0 stars 2 forks source link

Cool object destructuring #18

Closed bobbysebolao closed 5 years ago

bobbysebolao commented 5 years ago

I like the way you've used object destructuring at the top of router.js to import the individual handler functions. When you call the functions, it looks neater than having to do 'handler.functionName' each time. Nice one!