/Day4

Different programs using Anonymous function & IIFE

Primary LanguageJavaScript

This project completes the Day 4 task which comprises of:

Below programs using Anonymous function & IIFE

a.odd numbers in array b.convert array elements to title case c.sum of array numbers d.prime number in an array e.palindrome in an array f.median of two sorted array of same size g.remove duplicates from an array h.rotate an array by k times.

Below programs using arrow function

a.odd numbers in array b.convert array elements to title case c.sum of array numbers d.prime number in an array e.palindrome in an array