Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 728c615

Browse files
authored
Update README.md
Fixed a deletion mistake I made
1 parent df41be7 commit 728c615

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,7 @@ var myObj = {key1: "Hello", key2: "World"};
315315
// or using the Object constructor:
316316
var myObj = new Object();
317317

318-
// Keys are
319-
, but quotes aren't required if they're a valid
318+
// Keys are strings, but quotes aren't required if they're a valid
320319
// JavaScript identifier. Values can be any type including other objects.
321320
var myObj = {myKey: "myValue", "my other key": 4};
322321

0 commit comments

Comments
 (0)