UNPKG

count-to-6

Version:

An intro to some ES6 features via a set of self-guided workshops.

3 lines (2 loc) 84 B
module.exports = (string, bangs = string.length) => string + "!".repeat(bangs);