https://github.com/being-devahmad/javascript-basics
https://github.com/being-devahmad/javascript-basics
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/being-devahmad/javascript-basics
- Owner: being-devahmad
- Created: 2023-04-17T22:11:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T22:15:59.000Z (about 3 years ago)
- Last Synced: 2025-02-07T01:31:58.425Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
#JavaScript basics using arrays methods
1-Calculate the Square of a Number.
2-Calculate Square-root of a Number.
3-copy-all-elements-from-an-array-to-another-array.
4-maximum-and-minimum-between-two-numbers-using-functions, if you have not been proficient so you can do it simply in your own way.
5-count-total-number-of-negative-elements-in-an-array
6-sum of all even numbers between 1 to n, n is taken from the user.
7-count total number of duplicate elements in an array.