Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 757 Bytes

README.MD

File metadata and controls

19 lines (12 loc) · 757 Bytes

This repository created by submitting my Day-5 task

  1. Create your own resume using JSON formate.
  • fist i create my personal details using object method.
  • In that Object method using key pair value at stringfy formate.
  • atlast i print the "key":"value" using object name.
  1. for abovr JSON , itreate in loops.
  • Using for loop , i make entries to access the key pair value .

  • print the value.

  • Using for in loop - what are the key element in the object , i print the element using object name with array of key value.

  • Using for of loop - i make the value entries and print the values in the object.

  • Using forEach - just map the values and print it.

greatfull for your time and attension , awaiting for your valuable feedback , Thank you..