JSFiddle - React, Tailwind, and code Playground
JavaScript competency 5
by tonytlwu
JavaScript
function arraySum(i) {
// i will be an array, containing integers, strings and/or arrays like itself.
// Sum all the integers you find, anywhere in the nest of arrays.
}