“Comentario en JS” Código de respuesta

Comentarios js

//Single line

/*
Multiple line
*/
Rick Astley

Comentario de JavaScript

//I'm a single line comment

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

¿Qué símbolo se usa para comentarios en JavaScript?

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

/* Multi
Line
Comment
*/
Chetan Nada

Comentario en JS

//this is a comment

/*
this
is
a
multiline
comment
*/
Gorgeous Gentoo

comentario js

/* text*/
Lucky Lobster

Cómo agregar comentarios en JavaScript

/*It is easy and important so keep going and enjoy the way to coding
still notr getting it then try follow me*/
// Single line comment is only for one line and multiline for two
// It is a good way to keep notice of your codes
/*Code*/
VScoder

Respuestas similares a “Comentario en JS”

Preguntas similares a “Comentario en JS”

Más respuestas relacionadas con “Comentario en JS” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código