Frage im Vorstellungsgespräch bei ConnectiveRx

$array = array( "1" => "a", "1" => "b", "1.5" => "c", true => "d", ); print_r($array);

Antwort im Vorstellungsgespräch

Anonym

2. Apr. 2020

["1" => "d", "1.5" => "c"] is the correct answer