const clamp = (val, min = 0, max = 1) => Math.max(min, Math.min(max, val)); // clamp(199, 10, 25) === 25;
등록된 댓글이 없습니다.
코리아뉴스 2001 - , All right reserved. 더보기