From e7047614cab52bfbbb2b2a3061b479f3ab1a3719 Mon Sep 17 00:00:00 2001 From: James Kofi Myers <95756936+kinjames@users.noreply.github.com> Date: Wed, 3 May 2023 12:17:00 +0000 Subject: [PATCH 1/3] Update 10_day_Sets_and_Maps.md --- 10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md b/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md index 25dafe9..641377c 100644 --- a/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md +++ b/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md @@ -140,7 +140,7 @@ Set(5) {"Google", "Facebook", "Amazon", "Oracle", "Microsoft"} ``` -### Deleting an element a set +### Deleting an element from a set We can delete an element from a set using a delete method. From 0167b26ffc4ff9e163c5595bc6ce818fce5d646b Mon Sep 17 00:00:00 2001 From: James Kofi Myers <95756936+kinjames@users.noreply.github.com> Date: Wed, 3 May 2023 12:24:18 +0000 Subject: [PATCH 2/3] Update 11_day_destructuring_and_spreading.md --- .../11_day_destructuring_and_spreading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11_Day_Destructuring_and_spreading/11_day_destructuring_and_spreading.md b/11_Day_Destructuring_and_spreading/11_day_destructuring_and_spreading.md index d4ffc34..8006523 100644 --- a/11_Day_Destructuring_and_spreading/11_day_destructuring_and_spreading.md +++ b/11_Day_Destructuring_and_spreading/11_day_destructuring_and_spreading.md @@ -93,7 +93,7 @@ console.log(backEnd) ["Node", "Express", "MongoDB"] ``` -If we like to skip on of the values in the array we use additional comma. The comma helps to omit the value at that specific index +If we like to skip one of the values in the array we use additional comma. The comma helps to omit the value at that specific index ```js const numbers = [1, 2, 3] From a80158e6883caa1caf20e01992c8096a89873772 Mon Sep 17 00:00:00 2001 From: James Kofi Myers <95756936+kinjames@users.noreply.github.com> Date: Wed, 3 May 2023 12:25:55 +0000 Subject: [PATCH 3/3] Update 12_day_regular_expressions.md --- 12_Day_Regular_expressions/12_day_regular_expressions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12_Day_Regular_expressions/12_day_regular_expressions.md b/12_Day_Regular_expressions/12_day_regular_expressions.md index ef83882..5b2511f 100644 --- a/12_Day_Regular_expressions/12_day_regular_expressions.md +++ b/12_Day_Regular_expressions/12_day_regular_expressions.md @@ -176,7 +176,7 @@ console.log(matchReplaced) ``` ```sh -JavaScript is the most beautiful language that a human begin has ever created.I recommend python for a first programming language +JavaScript is the most beautiful language that a human being has ever created.I recommend python for a first programming language ``` ```js