Announcement

Collapse
No announcement yet.

Hilfe bei const

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Hilfe bei const

    was würde bei diesem java script code rauskommen?

    const a = 2;
    const a++;
    console.log("a");

    danke euch für die hilfe

  • #2
    Warum führst du das in der Konsole nicht aus?
    Der Code ist falsch.
    Ein const soll nochmal const sein?
    ->Uncaught SyntaxError: missing = in const declaration
    Zuletzt editiert von Christian Marquardt; 06.10.2021, 18:03.
    Christian

    Comment


    • #3
      ah verstehe..... dann mal vielen dank für die hilfe!

      Comment

      Working...
      X