Skip to content

Commit 3a98822

Browse files
authored
Perhaps it would be more correct
1 parent 2cca9a9 commit 3a98822

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
// Math.trunc is a built-in function that removes the decimal part

0 commit comments

Comments
 (0)