“JS Comment” Ответ

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 Comment”

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

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

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

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