Share your creations!
There are no featured posts in this community.
Welcome to the Quinkly Executive community on Game Jolt!
The reason we made the Quinkly Executive Community was because I wanted to make another Quinkly app, so yeah.
function mathRandomInt(a, b) {
if (a > b) {
// Swap a and b to ensure a is smaller.
var c = a;
a = b;
b = c;
}
return Math.floor(Math.random() * (b - a + 1) + a);
}
window.alert('I will rate your work!');
window.alert(mathRandomInt(8, 10));
Collaborators
@Quinkly owner