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