JS - let, const, var, primitive data types, type conversion, Operations, Comparison
make sure you have installed node to run js files locally in terminal.
First print statement
simply use console.log() to get a output on the terminal.
console.log('My age is',25);
Output
My age is 25
javascriptfromscratch.hashnode.dev11 min read