Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Array Shuffle

This is simple JavaScript library which shuffles the array randomly.
This modifies the existing array itself.

usage:

var arr = [1, 2, 3, 4, 5, 6];
array.shuffle();
console.log(array.join(", "));

About

A simple JavaScript function to shuffle array randomly

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages