comments are notes written in codes that computer ignores but human reads, They help explain what the code is doing and why examples are,Single line comments, Multi line comments etc and all this comments work approapriately with respective languages.
// This is a JavaScript comment /* This is a multi line comment */