TS1127
error TS1127: Invalid character.
Broken Code ❌
1 |
|
Fixed Code ✔️
Unlike in Python, inline comments cannot begin with a single hash sign (#
) in TypeScript. You must use 2 slashes:
1 |
|
error TS1127: Invalid character.
1 |
|
Unlike in Python, inline comments cannot begin with a single hash sign (#
) in TypeScript. You must use 2 slashes:
1 |
|