|
|
|
@ -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]
|
|
|
|
|
|
|
|
|
@ -1533,4 +1533,4 @@ const ages = [19, 22, 19, 24, 20, 25, 26, 24, 25, 24]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[<< Gün 4](../04_Day_Conditionals/04_day_Conditionals.md) | [Gün 6 >>](../06_Day_Loops/06_day_loops.md)
|
|
|
|
|
[<< Gün 4](../04_Day_Conditionals/04_day_Conditionals.md) | [Gün 6 >>](../06_Day_Loops/06_day_loops.md)
|
|
|
|
|