Files
bootdotdev-fcc-learn-golang…/course/10-advanced_functions/exercises/6a-clousures_quiz/multiple_choice.json
wagslane 9be3074de6 first
2023-05-01 15:25:27 -06:00

8 lines
199 B
JSON

{
"question": "When a variable is enclosed in a closure, the enclosing function has access to ____",
"answers": [
"a mutable reference to the original value",
"a copy of the value"
]
}