Q:

javascript note

//This is a javascript single line comment

/*
And here is a
multiline comment
*/
17

/*
this will not be seen by javascript and does not effect your program.
and this is a multi line comment.
for single line comment use // before and after any sentence
*/

var schoolname = 'anyschool';
console.log(schoolname)

  
1
// This is a JavaScript note
0

New to Communities?

Join the community