Hacker News new | ask | show | jobs
by ghubcoder 1507 days ago
I get this running it in chrome

  Uncaught SyntaxError: Missing initializer in const declaration (at helpers.js:4:14)
Installed and ran with:

  npm install
  npm run start
Any idea what went wrong...?
1 comments

The assignment (=) is missing from those const declarations, except for the first one; I guess they were hastily converted from function declarations to satisfy modern tastes.
Oops, yeah I just accepted a pull request from the community that broke my helpers module declarations. Just fixed it, thanks for noticing!
Thanks for sorting it.