Which of the following symbol is used to give single line comment in JavaScript code example
Example 1: js comment
//This does not effect the code.
var something = "But this does effect the code!";
Example 2: comments in js
// comment sigle line