The ____ method is used to shuffle a collection

16. The ____ method is used to shuffle a collection.

  1. _.reaarange()
  2. _.rotate()
  3. _.mix()
  4. _.shuffle()

Answer: D) _.shuffle()

Explanation:

The _.shuffle() method is used to shuffle a collection.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.