Read a text file with Node JS to get input from Advent of Code problems
Introduction
Advent of code is a coding challenge that happens every year in December. This is my first year taking part and I found it a bit clunky to copy and paste the input into a string within my JavaScript file.
The solution: use the Node File...
mitchellmudd.hashnode.dev3 min read