Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 692 Bytes

readme.md

File metadata and controls

19 lines (16 loc) · 692 Bytes

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,