Node-Study-Guide / openjs-nodejs-application-developer-study-guide

Resources and notes to help prepare for the Node JS Application Developer (JSNAD) certification exam
http://nodestudyguide.com/
81 stars 17 forks source link

Adding repl #18

Closed donovanh closed 5 years ago

donovanh commented 5 years ago

Adds a simple REPL people can hack in - plus a mechanism for wrapping existing code in:

<div class="repl-code">
...
</div>

It'll then generate a link to the repl with the code pre-populated. Example:

repl 2019-11-11 21_21_30

donovanh commented 5 years ago

Wondering if I should adapt it to not automatically stick a link under every code block? Maybe that's too much. Opines plz