/Day-4-Task

This repository is created for Day 4 Task in GUVI

Alt text

This Repository is created for Day 4 Task

  • 1. Do the below programs in anonymous function & IIFE

    • 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

    • Source file is in Folder: Anonymous and IIFE Functions

  • 2. Do the below programs in arrow functions.

    • 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

    • Source file is in Folder: Arrow Functions