I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
Please use the “preformatted text” tool in the editor (</>) to add backticks around text.
let newArr = Array.from(arguments) //the rest I left intact
Worked beautifully!
I had tried a similar first line earlier, but for some reason it didn’t produce the goods.
I find this new field of study to be fiendishly awkward, especially because, when checking code, one can not be sure which elements of the code are going wrong, from a simple syntax error, to a more abstruse misunderstanding of (nested) functions/methods, and the like.
As a linguist (in an earlier life) , it’s a bit like learning 3 languages at once, then combining them.