0 / 60 seg.

Describe what happens if you run this code in a testing environment

$capitals = ['UK' => 'London', 'France' => 'Paris'];
echo "$capitals['france'] is the capital of France.";