You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of relying on eval from server.js, we could use Node's REPL library.
It would have saved us from the %quote-js and other quirks. Let's keep the idea in the back of our heads and commit to it if we find more issue along the way.
The text was updated successfully, but these errors were encountered:
Instead of relying on
eval
fromserver.js
, we could use Node's REPL library.It would have saved us from the
%quote-js
and other quirks. Let's keep the idea in the back of our heads and commit to it if we find more issue along the way.The text was updated successfully, but these errors were encountered: