function randint(bound) {
return Math.floor(Math.random() * bound);
}
function randitem(array) {
return array[randint(array.length)];
}
Please use these
```
function randint(bound) {
return Math.floor(Math.random() * bound);
}
function randitem(array) {
return array[randint(array.length)];
}
```
We surelly need one of those but need the second one to be changed to a dictionary instead of the array to fulfill the issue i posted :P
Please use these
function randint(bound) {
return Math.floor(Math.random() * bound);
}
function randitem(array) {
return array[randint(array.length)];
}
We surelly need one of those but need the second one to be changed to a dictionary instead of the array to fulfill the issue i posted :P
> Please use these
>
> ```
> function randint(bound) {
> return Math.floor(Math.random() * bound);
> }
>
> function randitem(array) {
> return array[randint(array.length)];
> }
> ```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Also if posible make it search a heonian word, i think that whould be feature not refactor. But i prefer comenting here than makign another issue
Please use these
We surelly need one of those but need the second one to be changed to a dictionary instead of the array to fulfill the issue i posted :P
doen in
0e8ac06e26. i htink