Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mouni2619/task4
https://github.com/mouni2619/task4
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mouni2619/task4
- Owner: mouni2619
- Created: 2023-12-23T17:12:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-26T12:24:01.000Z (11 months ago)
- Last Synced: 2023-12-26T13:58:59.542Z (11 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**DAY4-TASK**
****Do the below programs in ANONYMOUS FUNCTION, IIFE & ARROW FUNCTION****
(A)Print odd numbers in an array
(B)Convert all the strings to title caps in a string array
(C)Sum of all numbers in an array
(D)Return all the prime numbers in an array
(E)Return all the palindromes in an array
(F)Return median of two sorted arrays of the same size.
(G)Remove duplicates from an array
(H)Rotate an array by k times