Skip to content

Commit bef3266

Browse files
rgarcia-herreraRedWolves
authored andcommitted
javascript-101/objects.js: closing ``` in last section
Closes gh-596 bad rendering going on here: http://learn.jquery.com/javascript-101/objects/#iterating-over-the-enumerable-properties-of-an-object
1 parent 3cd70b3 commit bef3266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

page/javascript-101/objects.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ for ( var prop in myObject ) {
5656
// Property : 99999 ; value : 789
5757
// Property : validIdentifier ; value : 123
5858
// Property : some string ; value : 456
59+
```

0 commit comments

Comments
 (0)