Google News
logo
ArangoDB - Quiz(MCQ)
Which of the following method Converts the collection into an array of documents?
A)
doc.Array()
B)
collection.Array()
C)
collection.toArray()
D)
None of the above

Correct Answer :   collection.toArray()


Explanation : collection.toArray() method Converts the collection into an array of documents.

Advertisement