“Komentarze JS” Kod odpowiedzi

Komentarz JavaScript

//I'm a single line comment

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

Komentarz w JS

//this is a comment

/*
this
is
a
multiline
comment
*/
Gorgeous Gentoo

JS komentarz

/* text*/
Lucky Lobster

Komentarz JavaScript

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

Komentarze JS

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

Odpowiedzi podobne do “Komentarze JS”

Pytania podobne do “Komentarze JS”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu