JSFiddle - React, Tailwind, and code Playground

by PARK KYUNGSIK

JavaScript

const result = 1975 % 12
const result2 = 1975 / 12
console.log(result)
console.log(result2)