From 73e43abefd466c2a72a71d5ab3d514ab616524a4 Mon Sep 17 00:00:00 2001 From: Divik Juneja <68469939+divikjuneja17@users.noreply.github.com> Date: Sat, 27 Aug 2022 18:10:41 +0530 Subject: [PATCH] docs: updated README.md I have corrected a grammatical error under the Arithmetic section of Day 1 Readme.md. --- readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index 8fc639c..9862baf 100644 --- a/readMe.md +++ b/readMe.md @@ -274,7 +274,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. +It is possible to write JavaScript code on the Google Chrome console 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. ![Arithmetic](images/arithmetic.png)