const mod = (a, b) => ((a % b) + b) % b; // mod(-1, 5) === 4 // mod(3, 5) === 3 // mod(6, 5) === 1
등록된 댓글이 없습니다.
코리아뉴스 2001 - , All right reserved. 더보기