Last updated 4 years ago
Was this helpful?
const Kata = { getVolumeOfCuboid: (length, width, height) => length * width * height };