You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,22 +80,26 @@
80
80
var item = {};
81
81
```
82
82
83
-
-Avoid using reserved words as property names. If you do use them, wrap them in single quotes.
83
+
-Don't use [reserved words](https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Reserved_Words) as property names. If you do use them, wrap them in single quotes.
0 commit comments