“JavaScript -Kommentar” Code-Antworten

JavaScript -Kommentar

//I'm a single line comment

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

JavaScript -Block Kommentar

New empty HTML comment wherever:  Shift + Alt + A
Iguana Itachi

Welches Symbol wird für Kommentare in JavaScript verwendet?

// Which symbol is used for comments in Javascript?
// for Single line comments and

/* Multi
Line
Comment
*/
Chetan Nada

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

Ähnliche Antworten wie “JavaScript -Kommentar”

Fragen ähnlich wie “JavaScript -Kommentar”

Weitere verwandte Antworten zu “JavaScript -Kommentar” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen