Line 607 

from -> The nameOfVriable is the name that stores different data of value. See below for detail examples.
to -> The nameOfVariable is the name that stores different data of value. See below for detail examples.
pull/579/head
Kanakun 3 years ago committed by GitHub
parent a80366061e
commit c75ddcaaf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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**

Loading…
Cancel
Save