Sha256: 50606bb762cf8290afd1a4507ee63af3a27aae809a87987e0bf308437b6bdc13
Contents?: true
Size: 241 Bytes
Versions: 72
Compression:
Stored size: 241 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 isLeapYear( year ) { // Implement me here } }
Version data entries
72 entries across 71 versions & 1 rubygems