From b6655e8ae6037ef2fd29f51f7f1ed0f59b9685d3 Mon Sep 17 00:00:00 2001 From: kiran <56024404+kiran-khanna@users.noreply.github.com> Date: Mon, 2 Jan 2023 23:19:52 +0530 Subject: [PATCH] change to nameOfVariable - a is missing The nameOfVriable change to The nameOfVariable - a is missing line number 607 --- readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index c940813..2d10914 100644 --- a/readMe.md +++ b/readMe.md @@ -604,7 +604,7 @@ Let us declare variables with different data types. To declare a variable, we ne let nameOfVariable = value ``` -The nameOfVriable is the name that stores different data of value. See below for detail examples. +The nameOfVariable is the name that stores different data of value. See below for detail examples. **Examples of declared variables**