JSFiddle - React, Tailwind, and code Playground by PARK KYUNGSIK September 16, 2024 JavaScript const result = 1975 % 12 const result2 = 1975 / 12 console.log(result) console.log(result2)