Fix BF Arguments Optional Links
Swapped out link to Function Objects for link to Closures
This commit is contained in:
parent
cdcf52bffa
commit
d9067f521b
@ -823,7 +823,7 @@
|
|||||||
"assert.isUndefined(add(2)([3]), 'message: <code>add(2)([3])</code> should return undefined.');"
|
"assert.isUndefined(add(2)([3]), 'message: <code>add(2)([3])</code> should return undefined.');"
|
||||||
],
|
],
|
||||||
"MDNlinks": [
|
"MDNlinks": [
|
||||||
"Global Function Object",
|
"Closures",
|
||||||
"Arguments object"
|
"Arguments object"
|
||||||
],
|
],
|
||||||
"type": "bonfire",
|
"type": "bonfire",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user