Update article.md

This commit is contained in:
Chidi Okoye 2019-04-27 15:20:00 +01:00 committed by GitHub
parent b10274c995
commit 50106208f7
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.