https://github.com/mohamedumar083/day-4
Day-4 Tasks
https://github.com/mohamedumar083/day-4
annonymous-function arrow-functions iife-functions
Last synced: 12 months ago
JSON representation
Day-4 Tasks
- Host: GitHub
- URL: https://github.com/mohamedumar083/day-4
- Owner: MohamedUmar083
- Created: 2024-03-27T15:19:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T19:41:28.000Z (about 2 years ago)
- Last Synced: 2025-06-23T05:04:46.024Z (12 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 times
2) 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