DEV Community

Discussion on: Daily Challenge #138 - Keep Up the Hoop

Collapse
 
savagepixie profile image
SavagePixie • Edited

JavaScript

const h = n => n > 9
    ? "Great, now move on to tricks"
    : "Keep at it until you get it"