workshopper / levelmeup

Level Me Up Scotty! An intro to Node.js databases via a set of self-guided workshops.
Other
271 stars 60 forks source link

Fix changing const value #76

Closed mkhrystunov closed 7 years ago

mkhrystunov commented 7 years ago

Running short_scrabble_words resulted in TypeError (Assignment to constant variable):

.../levelmeup/problems/short_scrabble_words/exec-wrap.js:56
  db = wrapped(db, methodUsed)

This fixes it

bcomnes commented 7 years ago

+1 to this fix. Currently the horse js exercise is broken.

martinheidegger commented 7 years ago

This should be fixed in with #79