This repository contains the completed tasks for Day 4 of the GUVI Zen class, focusing on JavaScript functions and array manipulations.
Day 4 tasks cover a range of exercises using different types of JavaScript functions: Anonymous functions, Immediately Invoked Function Expressions (IIFE), and Arrow functions.
- Print odd numbers in an array
- Convert all strings to title case in a string array
- Calculate the sum of all numbers in an array
- Return all prime numbers in an array
- Return all palindromes in an array
- Calculate the median of two sorted arrays
- Remove duplicates from an array
- Rotate an array by k times
- Print odd numbers in an array
- Convert all strings to title case in a string array
- Calculate the sum of all numbers in an array
- Return all prime numbers in an array
- Return all palindromes in an array
Day 4 tasks from GUVI Zen focused on enhancing JavaScript function skills and array manipulation techniques using different function types.