Created
February 27, 2019 15:35
-
-
Save CharlyJazz/9ae962f4112f4a32c35fdb3fc6d5295d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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