Files
bootdotdev-fcc-learn-golang…/course/9-maps/exercises/5c-maps_quiz/multiple_choice.json
wagslane 9be3074de6 first
2023-05-01 15:25:27 -06:00

8 lines
157 B
JSON

{
"question": "A function can mutate the values stored in a map and those changes ____ the caller",
"answers": [
"affect",
"do not affect"
]
}