Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajkumar-35/guvi-roadmaptask-day4

Day-4 coding task assigned by GUVI Zen class. Focusing on Learning JavaScript functions and array manipulations.
https://github.com/rajkumar-35/guvi-roadmaptask-day4

array functions javascript

Last synced: about 7 hours ago
JSON representation

Day-4 coding task assigned by GUVI Zen class. Focusing on Learning JavaScript functions and array manipulations.

Awesome Lists containing this project

README

        

# Guvi-RoadMapTask Day-4

This repository contains the completed tasks for Day 4 of the GUVI Zen class, focusing on JavaScript functions and array manipulations.

## Overview

Day 4 tasks cover a range of exercises using different types of JavaScript functions: Anonymous functions, Immediately Invoked Function Expressions (IIFE), and Arrow functions.

### Day 4 Tasks:

### Task 1: Using Anonymous Function and IIFE

1. **Print odd numbers in an array**
2. **Convert all strings to title case in a string array**
3. **Calculate the sum of all numbers in an array**
4. **Return all prime numbers in an array**
5. **Return all palindromes in an array**
6. **Calculate the median of two sorted arrays**
7. **Remove duplicates from an array**
8. **Rotate an array by k times**

### Task 2: Using Arrow Functions

1. **Print odd numbers in an array**
2. **Convert all strings to title case in a string array**
3. **Calculate the sum of all numbers in an array**
4. **Return all prime numbers in an array**
5. **Return all palindromes in an array**

## Conclusion

Day 4 tasks from GUVI Zen focused on enhancing JavaScript function skills and array manipulation techniques using different function types.