pull/1001/merge
Burak Kuzu 2 weeks ago committed by GitHub
commit e83a5f009d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -665,7 +665,7 @@ console.log(eight0values) // [0, 0, 0, 0, 0, 0, 0, 0]
const four4values = Array(4).fill(4) //'4' değerine sahip 8 tane eleman oluşturur.
const four4values = Array(4).fill(4) //'4' değerine sahip 4 tane eleman oluşturur.
console.log(four4values) // [4, 4, 4, 4]

Loading…
Cancel
Save