Update 05_day_arrays.md

changed 8 value to 4
pull/1001/head
Burak Kuzu 2 weeks ago committed by GitHub
parent 29e4101818
commit e20af87ec2
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] console.log(four4values) // [4, 4, 4, 4]

Loading…
Cancel
Save