“comentario js” Código de respuesta

Comentario de JavaScript

//I'm a single line comment

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

Comentario en JS

//this is a comment

/*
this
is
a
multiline
comment
*/
Gorgeous Gentoo

comentario js

/* text*/
Lucky Lobster

comentario 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

Comentarios JS

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

Respuestas similares a “comentario js”

Preguntas similares a “comentario js”

Más respuestas relacionadas con “comentario js” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código