Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 254 Bytes

File metadata and controls

4 lines (3 loc) · 254 Bytes

LessThan3

Take an array of names and sort the array such that "jack" is always first, and "jill" is always second (because she came tumbling after of course). Show your test cases. Use any language--but coffeescript gives you bonus points.