“Comentário de JavaScript” Respostas de código

Comentário de JavaScript

//I'm a single line comment

/* I'm comment on
*  more then one line.
*/ 
Fancy Flatworm

Javascript Block Comment

New empty HTML comment wherever:  Shift + Alt + A
Iguana Itachi

Qual símbolo é usado para comentários em JavaScript?

// Which symbol is used for comments in Javascript?
// for Single line comments and

/* Multi
Line
Comment
*/
Chetan Nada

Comentário em JS

//this is a comment

/*
this
is
a
multiline
comment
*/
Gorgeous Gentoo

JS Comentário

/* text*/
Lucky Lobster

Comentário de JavaScript

let x = 5;      // Declare x, give it the value of 5
let y = x + 2;  // Declare y, give it the value of x + 2
Azizul7m

Respostas semelhantes a “Comentário de JavaScript”

Perguntas semelhantes a “Comentário de JavaScript”

Mais respostas relacionadas para “Comentário de JavaScript” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código