mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
Add the text "indexed array" in example comment (#19254)
This commit is contained in:
parent
8db99b7c16
commit
6ac087f16b
@ -13,6 +13,7 @@ Here is an example:
|
||||
```
|
||||
<?php
|
||||
// array without keys
|
||||
// This array is also an example of "indexed array"
|
||||
$bikes = array("Suzuki","BMW","Yamaha");
|
||||
echo "I like " . $bikes[0] . ", " . $bikes[1] . " and " . $bikes[2] . ".";
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user