Sha256: 7d401812780d558539109e2d7d02c3e9b951f853d46f3362c96a690e226c9f86
Contents?: true
Size: 239 Bytes
Versions: 74
Compression:
Stored size: 239 Bytes
Contents
/** * Your implmentation of the Leap exercise */ component { /** * @year The input year to consider * * @returns A boolean for whether the inputted year is true or false */ function leapYear( year ) { // Implement me here } }
Version data entries
74 entries across 74 versions & 1 rubygems