Hunt The Wumpus/Javascript: Difference between revisions

fix formatting
m (→‎Code: removed apostrophe from "don't" in the help text because it was affecting the syntax hi-lighting of the entire code)
(fix formatting)
 
Line 3:
 
==Code==
<langsyntaxhighlight lang="javascript">
 
const _ = require('lodash'),
 
Line 279 ⟶ 278:
// description of the room
process.stdin.emit('data', first(world.player.room));
</syntaxhighlight>
</lang>
236

edits