Home »
MCQs »
MooTools MCQs
Which of the following function allows you to copy an array?
17. Which of the following function allows you to copy an array?
- $copy
- $C()
- $localcopy
- $A()
Answer: D) $A()
Explanation:
$A() method allows you to copy an array.