Update readme and add myself page
Signed-off-by: Al Asad Nur Riyad <asadnurriyad@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ const color = [
|
||||
]
|
||||
|
||||
// get a random number
|
||||
const getRandomInt = (min: number, max: number) => {
|
||||
function getRandomInt(min: number, max: number) {
|
||||
min = Math.ceil(min)
|
||||
max = Math.floor(max)
|
||||
return Math.floor(Math.random() * (max - min + 1)) + min
|
||||
|
||||
Reference in New Issue
Block a user