Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepakmuthu21/day-4-task
Day 4 Task
https://github.com/deepakmuthu21/day-4-task
annoymous array arrow-functions for functions javascript math
Last synced: 4 days ago
JSON representation
Day 4 Task
- Host: GitHub
- URL: https://github.com/deepakmuthu21/day-4-task
- Owner: Deepakmuthu21
- Created: 2024-04-02T04:34:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T04:37:03.000Z (8 months ago)
- Last Synced: 2024-04-02T05:31:54.898Z (8 months ago)
- Topics: annoymous, array, arrow-functions, for, functions, javascript, math
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
In this repositories i complete all the problem listed below
Do the below programs in anonymous function & IIFE
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,Do the below programs in arrow 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,