We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ca6da commit 0ae4319Copy full SHA for 0ae4319
1-js/02-first-steps/05-types/article.md
@@ -23,7 +23,7 @@ n = 12.345;
23
24
The *number* type serves both for integer and floating point numbers.
25
26
-There are many operations for numbers, e.g. multiplication `*`, division `/`, addition `+`, substraction `-` and so on.
+There are many operations for numbers, e.g. multiplication `*`, division `/`, addition `+`, subtraction `-` and so on.
27
28
Besides regular numbers, there are so-called "special numeric values" which also belong to that type: `Infinity`, `-Infinity` and `NaN`.
29
0 commit comments