Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rajkumar-35/guvi-roadmaptask-day4
- Owner: RAJKUMAR-35
- Created: 2024-01-15T14:41:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T08:01:46.000Z (4 months ago)
- Last Synced: 2024-06-27T09:26:00.150Z (4 months ago)
- Topics: array, functions, javascript
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**
## ConclusionDay 4 tasks from GUVI Zen focused on enhancing JavaScript function skills and array manipulation techniques using different function types.