I'm doing small programming challenges locally.
In one tab I draft a solution, let's call it challenge.js
and in another tab I run the command node challenge.js
whenever I make a change.
Is there a way for node to compile automatically whenever a change has been made to challenge.js
?