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

JavaScript Comment

//I'm a single line comment

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

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

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

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

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

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

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

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