wiki/content/20201111093338-javascript_syntaxerror.md

10 lines
158 B
Markdown
Raw Normal View History

2024-05-06 20:40:05 +00:00
---
2024-10-30 17:34:11 +00:00
date: 2020-11-11
2024-05-06 20:40:05 +00:00
id: e82c3aab-ac64-4d7e-bafe-79b424a1e2fd
title: JavaScript SyntaxError
---
``` typescript
1***3; // SyntaxError: Unexpected token *
```