Last updated 4 years ago
Was this helpful?
class SmallestIntegerFinder { findSmallestInt(args) { return Math.min(...args); } }