codesONLY / JavaScriptONLY

Knowledge Resource of core fundamentals of JavaScript explained in simple way!
378 stars 182 forks source link

Create sumOfPositiveNumbers.js #130

Closed yasir2002 closed 8 months ago

yasir2002 commented 8 months ago

Subject: Adding sumOfPositiveNumbers.js file

Description: This PR adds a JavaScript file named sumOfPositiveNumbers.js. The file contains a function that calculates the sum of all positive numbers in an array. The function is designed to handle arrays with both positive and negative numbers, providing the sum of the positive values.

I believe this addition would be helpful for anyone looking for a simple way to calculate the sum of positive numbers within an array.

Please review and merge at your convenience.

Thank you!