Last updated 4 years ago
Was this helpful?
const addLength = (str) => str.split(' ').map((e) => `${e} ${e.length}`);