Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedumar083/day-4
Day-4 Tasks
https://github.com/mohamedumar083/day-4
annonymous-function arrow-functions iife-functions
Last synced: 3 days ago
JSON representation
Day-4 Tasks
- Host: GitHub
- URL: https://github.com/mohamedumar083/day-4
- Owner: MohamedUmar083
- Created: 2024-03-27T15:19:45.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-01T19:41:28.000Z (8 months ago)
- Last Synced: 2024-04-02T16:02:12.864Z (8 months ago)
- Topics: annonymous-function, arrow-functions, iife-functions
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This Repository Contains Problem Solving Using Annonymous Function , IIFE and Arrow Functions for below Questions:-
1) Do the below programs in anonymous function & IIFE
1) Print odd numbers in an array
2) Convert all the strings to title caps in a string array
3) Sum of all numbers in an array
4) Return all the prime numbers in an array
5) Return all the palindromes in an array
6) Return median of two sorted arrays of the same size.
7) Remove duplicates from an array
8) Rotate an array by k times2) Do the below programs in arrow functions.
1) Print odd numbers in an array
2) Convert all the strings to title caps in a string array
3) Sum of all numbers in an array
4) Return all the prime numbers in an array
5) Return all the palindromes in an array