How to not skip to a new line but change the word while console logging?
In node js when I use console.log it skips to a new line this time I want the existing string to be changed rather than logging something new, how do I have achieve that in node terminal?
No comments:
Post a Comment