Narcissistic decimal number: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
→‎JS ES6: -> Generating the unordered digit combinations as their power sums
Hout (talk | contribs)
m →‎JS ES6: updated output
Line 1,653: Line 1,653:
})();</lang>
})();</lang>
{{Out}}
{{Out}}
(Tested in Atom editor, using Script package)
<lang JavaScript>[0,1,2,3,4,5,6,7,8,9,153,370,371,407,1634,8208,9474,54748,92727,93084,548834,1741725,4210818,9800817,9926315]</lang>
<pre[0,1,2,3,4,5,6,7,8,9,153,370,371,407,1634,8208,9474,54748,92727,93084,548834,1741725,4210818,9800817,9926315]
[Finished in 0.121s]</pre>


=={{header|jq}}==
=={{header|jq}}==