pull/431/merge
DNA PARTİSİ 10⁻⁹ × 3.34 s/m 1 month ago committed by GitHub
commit 1abcba2a2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -106,7 +106,6 @@ Creating a new array based on the existing array
```js
const numbers = [1, 2, 3, 4, 5]
const newArr = []
let sum = 0
for(let i = 0; i < numbers.length; i++){
newArr.push( numbers[i] ** 2)

Loading…
Cancel
Save