“JavaScript Comment” Ответ

JavaScript Comment

//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

Какой символ используется для комментариев в 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 Comment

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

Ответы похожие на “JavaScript Comment”

Вопросы похожие на “JavaScript Comment”

Больше похожих ответов на “JavaScript Comment” по JavaScript

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

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