랜덤 (1) 썸네일형 리스트형 sample - 배열 랜덤값 const sample = arr => arr[Math.floor(Math.random() * arr.length)]; sample([3, 7, 9, 11]); // 9 이전 1 다음