serp-chat / src /util.js
matt HOFFNER
more images
4928528
raw
history blame contribute delete
116 Bytes
export const logo = (array = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]) => array[Math.floor(Math.random() * array.length)];