pull/326/merge
Wonsik 6 months ago committed by GitHub
commit a50581f0fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -614,7 +614,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