Print text in the same line
Very simple Node.js package allows print text to console in the same line.
Installation
npm i one-line-print
Usage
const Print = ; Print;for let index = 0; index < 100000; index++ Print; Print;for let index = 100000; index > 0; index-- Print; Print;