I am very new to Node.js and I'm having a hard time wrapping my head around outputting the contents of multiple JSON files.
Inside my project folder, I have a script.js file as well as a folder with multiple JSON files (one.json, two.json, three.json, four.json).
What I'm hoping to accomplish is to display the contents of each JSON file in my console.