“JS kommentiert” Code-Antworten

JavaScript -Kommentar

//I'm a single line comment

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

Kommentar in JS

//this is a comment

/*
this
is
a
multiline
comment
*/
Gorgeous Gentoo

JS Kommentar

/* text*/
Lucky Lobster

JavaScript -Kommentar

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 kommentiert

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

Ähnliche Antworten wie “JS kommentiert”

Fragen ähnlich wie “JS kommentiert”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen