mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-10 07:11:19 +00:00
8 lines
199 B
JSON
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"
|
|
]
|
|
}
|