mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
9 lines
158 B
Markdown
9 lines
158 B
Markdown
---
|
|
date: 2020-11-11
|
|
id: e82c3aab-ac64-4d7e-bafe-79b424a1e2fd
|
|
title: JavaScript SyntaxError
|
|
---
|
|
|
|
``` typescript
|
|
1***3; // SyntaxError: Unexpected token *
|
|
```
|