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
I'd have a suggestion in Module 1, "How to ask a question"
How about adding a short section how to use node index.js as a REPL, where index.js is a snippet of code, to test the answers of people to a Stack Exchange question. Some answers are good, some answers give a general idea but their snippet of code is buggy. So it's better to test it separately first, instead of including it immediately in your own code to test.
Also, many tutorials assume the reader knows how to run the snippets of code. Like this one about OrbitDB
The text was updated successfully, but these errors were encountered:
I'd have a suggestion in Module 1, "How to ask a question"
How about adding a short section how to use
node index.js
as a REPL, whereindex.js
is a snippet of code, to test the answers of people to a Stack Exchange question. Some answers are good, some answers give a general idea but their snippet of code is buggy. So it's better to test it separately first, instead of including it immediately in your own code to test.Also, many tutorials assume the reader knows how to run the snippets of code. Like this one about OrbitDB
The text was updated successfully, but these errors were encountered: