An open API service indexing awesome lists of open source software.

https://github.com/being-devahmad/javascript-basics


https://github.com/being-devahmad/javascript-basics

Last synced: about 1 year ago
JSON representation

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.