Coding Challenge · BEGINNER
Given a nested array of integers, calculate the sum of all integers contained within it. The array can contain integers, other arrays, or a mix of both. Your task is to implement a function that computes the sum recursively.