Xavient Interview Question

Add numbers in a array without using loop

Interview Answer

Anonymous

Jun 22, 2018

eval[[0, 1, 2, 3, 4].join("+"))

1