Merge pull request #1896 from pedrogpimenta/patch-1

Fix a small text typo
This commit is contained in:
Alexey Pyltsyn 2020-05-09 22:55:48 +03:00 committed by GitHub
commit 62edeb79b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ A value in JavaScript is always of a certain type. For example, a string or a nu
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.
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:
```js
// no error