Version 0.2.0-11

t2a02-objects-by-Fer.html

To my main page
Good reference to Javascript Objects

Objects are stored named variables

Example Objects code

            let myPerson = {   
                "firstName": "John",
                "lastName": "Doe",
                "age": 50,
                "eyeColor": "blue"
            }

        

Example working Objects code

Nothing:
...



Personal Examples
In this case, the object stores days of the week (in Japanese)
...

In this case, you can create your wn object (kind of)
Your friend's

is
...