function calculate century of year js code example Example: century from year javascript function centuryFromYear(year) { return Math.ceil(year/100) }