100 points! We create m
and add a value for the key 1
. Then, using an if clause, we make sure that m
isn't empty before we retrieve and display the element.
Close! We create m
and add a value for the key 1
. Then, using an if clause, we make sure that m
isn't empty before we retrieve and display the element.