We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 076cf14 + e38236f commit 566a600Copy full SHA for 566a600
doc/en/object/general.md
@@ -83,8 +83,8 @@ removed and is therefore missing from the output.
83
### Notation of Keys
84
85
var test = {
86
- 'case': 'I am a keyword so I must be notated as a string',
87
- delete: 'I am a keyword too so me' // raises SyntaxError
+ 'case': 'I am a keyword, so I must be notated as a string',
+ delete: 'I am a keyword, so me too' // raises SyntaxError
88
};
89
90
Object properties can be both notated as plain characters and as strings. Due to
0 commit comments