added memory data store
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// returns a rendom element of o
|
||||
// returns a random element of o
|
||||
// works on Object, and Array
|
||||
function getRandom (o) {
|
||||
if (o instanceof Array) {
|
||||
|
||||
Reference in New Issue
Block a user