createRowRenderer
is a function that returns another functioninitCursor
andinitGameBoard
utilize closure scope to store their state- Both
render
andprint
use higher-order functions to do their jobs
Thr1ve/asciiArtCreator
A simple example program to create ascii art in your browser's console.
JavaScript