An open API service indexing awesome lists of open source software.

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

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.