Uncaught SyntaxError: Unexpected identifier
Uncaught SyntaxError: Unexpected identifier
Uncaught SyntaxError: Invalid regular expression
Uncaught SyntaxError: Invalid regular expression
#syntaxerror
#syntaxerror
“Wie, Syntaxerror? Ich mach aus dir gleich einen syntaxerror!” sagte jemand über deren Taschenrechner 😂
“Wie, Syntaxerror? Ich mach aus dir gleich einen syntaxerror!” sagte jemand über deren Taschenrechner 😂
Uncaught SyntaxError: Invalid regular expression
Uncaught SyntaxError: Invalid regular expression
Gives me:
SyntaxError: Unterminated template. (1:23)
> 1 | const x = console.log(`
| ^
2 | console.log((x?0:x.length)?"flag{............}":"nope");
Gives me:
SyntaxError: Unterminated template. (1:23)
> 1 | const x = console.log(`
| ^
2 | console.log((x?0:x.length)?"flag{............}":"nope");
1: running code
2: running code
3 running code
Traceback (most recent call last):
File “/frogsforgirls/skeets/614”, line 7, in <module>
3 running code
^
SyntaxError: expected ‘:’
1: running code
2: running code
3 running code
Traceback (most recent call last):
File “/frogsforgirls/skeets/614”, line 7, in <module>
3 running code
^
SyntaxError: expected ‘:’
for rem in range(69)
^
SyntaxError: expected ':'
for rem in range(69)
^
SyntaxError: expected ':'
The error even tells you if you do it the c way: "SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers".
The error even tells you if you do it the c way: "SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers".