Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-sathya17/day4-guvi
https://github.com/dev-sathya17/day4-guvi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-sathya17/day4-guvi
- Owner: dev-sathya17
- Created: 2024-04-18T11:08:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T11:23:10.000Z (9 months ago)
- Last Synced: 2024-04-18T13:09:35.021Z (9 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Day4-GUVI
### Task 1:
> **Anonymous Function**
> [Source Code Directory](./Anonyous%20Function/)
> Explanation:
>
> - The directory includes 8 files corresponding to 8 questions in alphabetical order where each problem is solved using Anonymous function.
> - The Output can be viewed in the IDE Output console.---
### Task 2:
> **IIFE (Immediately Invoked Function Expression)**
> [Source Code Directory](./IIFE/)
> Explanation:
>
> - The directory includes 8 files corresponding to 8 questions in alphabetical order where each problem is solved using Immediately Invoked Function Expression (IIFE).
> - The Output can be viewed in the IDE Output console.---
### Task 3
> **Arrow Function**
> [Source Code Directory](./Arrow%20Function/)
> Explanation:
>
> - The directory includes 8 files corresponding to 8 questions in alphabetical order where each problem is solved using Arrow Functions.
> - The Output can be viewed in the IDE Output console.