Maximum Subarray Sum

# Introduction In this challenge, our objective is to identify the contiguous subarray with the highest sum in an integer array and output that sum. We will address this issue by coding a function called `maxSubArray`, which needs to be exported in the `maxSubArray.js` file.

|60 : 00

Click the virtual machine below to start practicing