PHP - Arrays
Find the error in this code snippet:
$arr = [[1, 2], [3, 4];
echo $arr[1][1];
$arr = [[1, 2], [3, 4];
echo $arr[1][1];
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions