pull/431/merge
GÖRÜNMEYİP GÖRÜNTÜRTTÜRTEN SAATİN İNANAN ELÇİSİ 6 months ago committed by GitHub
commit c34aca6d80
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