Skip to content

Instantly share code, notes, and snippets.

@lelinhtinh
Created September 13, 2014 20:11
Show Gist options
  • Save lelinhtinh/73121224562e16bb926b to your computer and use it in GitHub Desktop.
Save lelinhtinh/73121224562e16bb926b to your computer and use it in GitHub Desktop.
Lấy một đối tượng ngẫu nhiên trong mảng
// http://stackoverflow.com/a/4550514
var rand = myArray[Math.floor(Math.random() * myArray.length)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment