Question Bank
JavaScript Square and Join Digits: Two Approaches Quiz
Difficulty: Medium
Two seeded ways to square each digit of an integer and concatenate the results (string split with map and join, plus a while-loop modulo extraction), with two companions on negative numbers and on returning a string.
