From bfeccda54089896fa593b807be729fed88db2fae Mon Sep 17 00:00:00 2001 From: coderiaser Date: Sun, 22 Dec 2024 14:01:45 +0200 Subject: [PATCH] docs: syntax-errors: mobile quotes --- docs/syntax-errors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/syntax-errors.md b/docs/syntax-errors.md index 50fa56849..db9f1f659 100644 --- a/docs/syntax-errors.md +++ b/docs/syntax-errors.md @@ -19,6 +19,9 @@ -const a = 'hello; +const a = 'hello'; +-const b = ‘hello world’; ++const b = 'hello world'; + -x('hello); +x('hello'); const m = {