This repository created by submitting my Day-5 task
- 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.
- 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..