You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alert( `Das Ergebnis is *!*${1+2}*/!*` ); // Das Ergebnis is 3
111
+
alert( `Das Ergebnis ist *!*${1+2}*/!*` ); // Das Ergebnis ist 3
112
112
```
113
113
114
114
Der Ausdruck in `$ {…}` wird ausgewertet und das Ergebnis wird Teil des Strings. Wir können alles hineinstecken: eine Variable wie `name` oder einen arithmetischen Ausdruck wie `1 + 2` oder etwas komplexeres.
0 commit comments