Getting started with JavaScript
In Javascript, comments are those statements which browser ignores while interpreting the code. That means essentially whatever text, character, emoji, even code you write in comment will be ignored by browser.
Syntax
So we have two variety of comme...
gautamishetty.hashnode.dev2 min read