Codewars Abad dari Tahun

function century(year) {
    return ((year + 99) / 100) | 0;
}
Michael Futral