“JS Comentário” Respostas de código

Comentário de JavaScript

//I'm a single line comment

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

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

JS Comentários

<h1>lolllll</h1>
Ang is wolf dude (ang)

Respostas semelhantes a “JS Comentário”

Perguntas semelhantes a “JS Comentário”

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

Procure respostas de código populares por idioma

Procurar outros idiomas de código