Merge pull request #948 from Okoyecb/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2019-04-30 22:05:55 +02:00 committed by GitHub
commit 0af081d45b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,7 +226,7 @@ The last three lines may need additional explanation:
## Summary
There are 7 basic types in JavaScript.
There are 7 basic data types in JavaScript.
- `number` for numbers of any kind: integer or floating-point.
- `string` for strings. A string may have one or more characters, there's no separate single-character type.