We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef3266 commit f150916Copy full SHA for f150916
page/javascript-101/objects.md
@@ -51,7 +51,7 @@ for ( var prop in myObject ) {
51
}
52
53
// Would log the following:
54
-// Please that the order is not guaranteed and may differ.
+// Please note that the order is not guaranteed and may differ.
55
56
// Property : 99999 ; value : 789
57
// Property : validIdentifier ; value : 123
0 commit comments