Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-sathya17/-day5-guvi
https://github.com/dev-sathya17/-day5-guvi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-sathya17/-day5-guvi
- Owner: dev-sathya17
- Created: 2024-04-22T11:48:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T12:02:09.000Z (9 months ago)
- Last Synced: 2024-04-22T13:02:49.286Z (9 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Day 5 - GUVI
### Task 1:
> **Create your own resume data in JSON format**
> [Source Code File](./Resume.js)
> Explanation:
>
> - The file includes an object by the name of _resume_ which holds all the necessary information from my resume.---
### Task 2:
> **Iterating through the JSON object using for, for in, for of and forEach loops**
> [Source Code File](./Resume.js)
> Explanation:
>
> - The file includes all the implementations for the _for loop iterations_ using for, for in, for of and forEach loops at lines **62, 72, 77** and **82** respectively.
> - The Output can be viewed in the IDE Output console.