Snippets Collections
function century(year) {
  return Math.ceil(year / 100);
}
star

Sat May 20 2023 12:50:05 GMT+0000 (Coordinated Universal Time)

#javascript #convertir #.ceil()

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension