JS - console.log
Highlight the code snippet, right click and select RUN
npm install -g nodemon
In the file top of the JS file write console.clear()
//This will automatic clear the console everytime the nodemon rerun the code
nodemon filename.js -q
//run the code and using the flag -q to remove the extra information