Yogadeepan29 / JS-DAY-4-Task

Day-4 Task (JS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In this Repository, I have completed Day 4 Javascript tasks

==> Done 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 the median of two sorted arrays of the same size.
g) Remove duplicates from an array
h) Rotate an array by k times

==> Done 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

About

Day-4 Task (JS)


Languages

Language:JavaScript 96.8%Language:HTML 3.2%