Skip to content

Commit

Permalink
docs: syntax-errors: mobile quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 22, 2024
1 parent eb19b7e commit bfeccda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/syntax-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
-const a = 'hello;
+const a = 'hello';

-const b = ‘hello world’;
+const b = 'hello world';

-x('hello);
+x('hello');
const m = {
Expand Down

0 comments on commit bfeccda

Please sign in to comment.