/Day-4-Task

Day 4 task Practice coding on Function and its types

Primary LanguageJavaScript

On day 4 I learnt about function & its types and practice 8 coding in anonymous, IIFE and arrow function. 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

Day 4 Task completed.