SyntaxFix
Write A Post
Hire A Developer
Questions
If you feel golfy, you can do
eval([123,321,12389]*?+)
This will create a string "123+321+12389" and then use function eval to do the sum. This is only for golfing purpose, you should not use it in proper code.