mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2026-01-09 22:11:22 +00:00
8 lines
157 B
JSON
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"
|
|
]
|
|
}
|