Skip to content

Commit ed8e41a

Browse files
authored
Merge pull request #2908 from Rnbsov/patch-9
Perhaps it would be more correct
2 parents 7959adf + 3a98822 commit ed8e41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/01-object/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ The phone codes go in the ascending sorted order, because they are integers. So
424424
````smart header="Integer properties? What's that?"
425425
The "integer property" term here means a string that can be converted to-and-from an integer without a change.
426426
427-
So, "49" is an integer property name, because when it's transformed to an integer number and back, it's still the same. But "+49" and "1.2" are not:
427+
So, `"49"` is an integer property name, because when it's transformed to an integer number and back, it's still the same. But `"+49"` and `"1.2"` are not:
428428
429429
```js run
430430
// Number(...) explicitly converts to a number

0 commit comments

Comments
 (0)