👉If you are writing a program via command line(Black background with text) then it is a CLI(Command Line Interface)
👉 User talk to program via command line is basically CLI
👉Programming is nothing but input>> processing>> output
.
👉Meaning is every program is divided into three parts.
👉Input
👉Processing
👉Output
console.log("Hello world");
Output 👇
Hello world
Basically,there are total seven primitive data type: