My app crashes every time it reaches this line:
const {name, price} = req.query; ^
can\'t seem to locate the exact answer..here is the
You tried to use destructuring assignment. AFAIK its support by nodejs v.6+ from a box and from 4.2.2 with flag --harmony_destructuring
destructuring assignment
--harmony_destructuring