From 4e26c7ea36ec0715cfcca7b1b71d0a1ed00b6e5c Mon Sep 17 00:00:00 2001 From: Bogdan Bacosca Date: Sat, 26 Nov 2022 08:55:00 +0200 Subject: [PATCH 1/2] Suggestion Will this make the idea more clear or the text more readable? --- 1-js/02-first-steps/07-type-conversions/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/07-type-conversions/article.md b/1-js/02-first-steps/07-type-conversions/article.md index ea8e0f8184..e8889f9a5a 100644 --- a/1-js/02-first-steps/07-type-conversions/article.md +++ b/1-js/02-first-steps/07-type-conversions/article.md @@ -34,7 +34,7 @@ String conversion is mostly obvious. A `false` becomes `"false"`, `null` becomes ## Numeric Conversion -Numeric conversion happens in mathematical functions and expressions automatically. +Numeric conversion in mathematical functions and expressions happen automatically. For example, when division `/` is applied to non-numbers: From ae7afcb76d28a8b7ff93167f474228e40ac9d939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogdan=20Baco=C8=99c=C4=83?= Date: Tue, 24 Jan 2023 09:18:01 +0200 Subject: [PATCH 2/2] update --- 1-js/02-first-steps/07-type-conversions/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/07-type-conversions/article.md b/1-js/02-first-steps/07-type-conversions/article.md index e8889f9a5a..3295561419 100644 --- a/1-js/02-first-steps/07-type-conversions/article.md +++ b/1-js/02-first-steps/07-type-conversions/article.md @@ -34,7 +34,7 @@ String conversion is mostly obvious. A `false` becomes `"false"`, `null` becomes ## Numeric Conversion -Numeric conversion in mathematical functions and expressions happen automatically. +Numeric conversion in mathematical functions and expressions happens automatically. For example, when division `/` is applied to non-numbers: