We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f42ea7 commit abef5c4Copy full SHA for abef5c4
1-js/02-first-steps/07-operators/article.md
@@ -93,9 +93,9 @@ alert( +"" ); // 0
93
*/!*
94
```
95
96
-It actually does the same as `Number(...)`, but shorter.
+It actually does the same as `Number(...)`, but is shorter.
97
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.
+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.
99
100
What if we want to sum them?
101
0 commit comments