Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dev-sathya17/-day5-guvi


https://github.com/dev-sathya17/-day5-guvi

Last synced: about 2 months ago
JSON representation

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.