“Комментарий в JS” Ответ

Комментарии JS

//Single line

/*
Multiple line
*/
Rick Astley

JavaScript Comment

//I'm a single line comment

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

Какой символ используется для комментариев в JavaScript?

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

/* Multi
Line
Comment
*/
Chetan Nada

Комментарий в JS

//this is a comment

/*
this
is
a
multiline
comment
*/
Gorgeous Gentoo

JS Comment

/* text*/
Lucky Lobster

Как добавить комментарий в 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

Ответы похожие на “Комментарий в JS”

Вопросы похожие на “Комментарий в JS”

Больше похожих ответов на “Комментарий в JS” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования