This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
about 9 years

Why won't this work?

Answer 54cbfb96937676bb64000295

0 votes

Permalink

Don’t see anything wrong with the code, even tried it out and it passed…

points
Submitted by beachViper
about 9 years

Answer 54e63f30937676f0bb00018c

0 votes

Permalink

The code seems to work fine after you fix arraypush($names, "Scottie"); arraypush($names, "Nathan");

to look more like this array_push($names, "Scottie"); array_push($names, "Nathan");

points
Submitted by Matt Camp
about 9 years