From 26a5d97ce4ddd2ce74c5e56670fda64f1c102d0d Mon Sep 17 00:00:00 2001 From: lindanigs Date: Mon, 17 Aug 2026 08:39:25 +0200 Subject: [PATCH] Fixed grammatical error (line 330). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Greetings, The sentence contains a grammatical error. The word ‘can’ is misplaced and disrupts the structure. I have rephrased it to maintain the author’s style while ensuring clarity. --- readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index 94f0f7bc6..6f8a19497 100644 --- a/readMe.md +++ b/readMe.md @@ -327,7 +327,7 @@ console.log(`Hello, World!`) Now, let us practice more writing JavaScript codes using _`console.log()`_ on Google Chrome console for number data types. In addition to the text, we can also do mathematical calculations using JavaScript. Let us do the following simple calculations. -It is possible to write JavaScript code on Google Chrome console can directly without the **_`console.log()`_** function. However, it is included in this introduction because most of this challenge would be taking place in a text editor where the usage of the function would be mandatory. You can play around directly with instructions on the console. +You can write JavaScript code directly in the Google Chrome console without the **_`console.log()`_** function. However, it is included in this introduction because most of this challenge would be taking place in a text editor where the usage of the function would be mandatory. You can play around directly with instructions on the console. ![Arithmetic](images/arithmetic.png)