pull/326/head
mihilt 3 years ago
parent 8b4f5a7e8c
commit 1489fd7821

@ -594,7 +594,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**

@ -603,7 +603,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**

Loading…
Cancel
Save