https://github.com/mindsgn/simple-task
https://github.com/mindsgn/simple-task
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mindsgn/simple-task
- Owner: mindsgn
- Created: 2023-11-07T11:04:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T11:46:26.000Z (over 2 years ago)
- Last Synced: 2025-07-14T21:41:00.557Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Even Number Sum
A function that takes in an array of integers and returns the sum of all even numbers in the array.
### How to run
```
node sum.js
```