Answers for "windows cmd horizontal line"

1

windows cmd horizontal line

// if working on node js
const line = '-'.repeat(process.stdout.columns);

console.log(line)
Posted by: Guest on January-04-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language