#4 Code example from "JSON: What It Is, How It Works, & How to Use It"
document.write(family[1].name); // Output: Kyle | |
document.write(family[0].age); // Output: 24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment