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 c799f28 commit 6b927fcCopy full SHA for 6b927fc
1-js/02-first-steps/05-types/article.md
@@ -4,7 +4,7 @@ A value in JavaScript is always of a certain type. For example, a string or a nu
4
5
There are eight basic data types in JavaScript. Here, we'll cover them in general and in the next chapters we'll talk about each of them in detail.
6
7
-We can put any type in a variable. For exampple, a variable can at one moment be a string and then store a number:
+We can put any type in a variable. For example, a variable can at one moment be a string and then store a number:
8
9
```js
10
// no error
0 commit comments