Skip to content

Commit abef5c4

Browse files
authored
More language improvements
1 parent 0f42ea7 commit abef5c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-js/02-first-steps/07-operators/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ alert( +"" ); // 0
9393
*/!*
9494
```
9595

96-
It actually does the same as `Number(...)`, but shorter.
96+
It actually does the same as `Number(...)`, but is shorter.
9797

98-
A need to convert string to number arises very often. For example, if we are getting values from HTML form fields, then they are usually strings.
98+
A need to convert strings to numbers arises very often. For example, if we are getting values from HTML form fields, then they are usually strings.
9999

100100
What if we want to sum them?
101101

0 commit comments

Comments
 (0)