From 50106208f75293d6b8ebbc32d8a3893b41144939 Mon Sep 17 00:00:00 2001 From: Chidi Okoye Date: Sat, 27 Apr 2019 15:20:00 +0100 Subject: [PATCH] Update article.md --- 1-js/02-first-steps/05-types/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/05-types/article.md b/1-js/02-first-steps/05-types/article.md index f8170500..0c9954ec 100644 --- a/1-js/02-first-steps/05-types/article.md +++ b/1-js/02-first-steps/05-types/article.md @@ -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.