Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df41be7 commit 728c615Copy full SHA for 728c615
README.md
@@ -315,8 +315,7 @@ var myObj = {key1: "Hello", key2: "World"};
315
// or using the Object constructor:
316
var myObj = new Object();
317
318
-// Keys are
319
-, but quotes aren't required if they're a valid
+// Keys are strings, but quotes aren't required if they're a valid
320
// JavaScript identifier. Values can be any type including other objects.
321
var myObj = {myKey: "myValue", "my other key": 4};
322
0 commit comments