Skip to content

Instantly share code, notes, and snippets.

@CharlyJazz
Created February 27, 2019 15:35
Show Gist options
  • Save CharlyJazz/9ae962f4112f4a32c35fdb3fc6d5295d to your computer and use it in GitHub Desktop.
Save CharlyJazz/9ae962f4112f4a32c35fdb3fc6d5295d to your computer and use it in GitHub Desktop.
const squareDigits = (n) => +n.toString().replace(/(\d)/g, d => d * d);
andresito del telegram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment