fixed typo, nameOfVriable -> nameOfVariable

pull/744/head
pinguxx28 2 years ago
parent 65e85f642b
commit 7bfeac0d82

@ -609,7 +609,7 @@ Let us declare variables with different data types. To declare a variable, we ne
let nameOfVariable = value 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** **Examples of declared variables**

Loading…
Cancel
Save