Answers for "how to clear node command line"

2

clear terminal node js

process.stdout.write('\x1Bc');
Posted by: Guest on June-07-2020
0

clear the command prompt node

console.log('\033[2J');
Posted by: Guest on February-22-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language