https://github.com/nivetharajkumar/day-4-task
Day-4-Task
https://github.com/nivetharajkumar/day-4-task
functions
Last synced: 3 months ago
JSON representation
Day-4-Task
- Host: GitHub
- URL: https://github.com/nivetharajkumar/day-4-task
- Owner: NivethaRajkumar
- Created: 2024-04-01T16:08:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T16:11:35.000Z (about 1 year ago)
- Last Synced: 2025-01-22T09:32:26.988Z (4 months ago)
- Topics: functions
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Day-4-Task(Functions)
Print odd numbers in an array,
Convert all the strings to title caps in a string array,
Sum of all numbers in an array,
Return all the prime numbers in an array,
Return all the palindromes in an array,
Return median of two sorted arrays of the same size,
Remove duplicates from an array,
Rotate an array by k times.These problems solved by Anonymous function, IIFE function and Arrow function.