pull/707/merge
Manas Ranjan Adha 4 months ago committed by GitHub
commit cfc5f73fd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -108,7 +108,7 @@ console.log(sumArray(numbers))
The above example can be simplified as follows: The above example can be simplified as follows:
```js ```js
const numbers = [1, 2, 3, 4] const numbers = [1, 2, 3, 4, 5]
const sumArray = arr => { const sumArray = arr => {
let sum = 0 let sum = 0

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