https://github.com/hawkpraveen/day-4-task
This repo contains Day 4 task of MERN Stack
https://github.com/hawkpraveen/day-4-task
anonymous-functions arrow-functions functions iife-functions javascript
Last synced: 4 months ago
JSON representation
This repo contains Day 4 task of MERN Stack
- Host: GitHub
- URL: https://github.com/hawkpraveen/day-4-task
- Owner: Hawkpraveen
- Created: 2024-03-25T17:34:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T07:25:29.000Z (over 1 year ago)
- Last Synced: 2025-01-11T13:54:07.096Z (6 months ago)
- Topics: anonymous-functions, arrow-functions, functions, iife-functions, javascript
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
This repo contains the day 4 task of the MERN Stack.
Day 4 task comprises of the following :
Task 1->Execute below programs in anonymous function & IIFE
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
Task 2 ->Execute below programs in arrow functions.
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