Skip to content

Commit

Permalink
Update Array.php
Browse files Browse the repository at this point in the history
Add more element array in $hari variable
  • Loading branch information
dairenyashou authored Oct 1, 2021
1 parent fcc0b8b commit 293bdae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Array.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

var_dump($hari);
$hari[] = "Kamis";
$hari[] = "Jum'at";
$hari[] = "Sabtu";
$hari[] = "Minggu";
echo "<br>";
var_dump($hari);

Expand Down

0 comments on commit 293bdae

Please sign in to comment.