Getting Started with JavaScript🎉
console.log
Is a function in JavaScript used to display data in the console. It's commonly used for debugging purposes or to output information while developing JavaScript applications. It can print strings, variables, objects, and other data types t...
helpingtechies.hashnode.dev1 min read