mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
497 B
497 B
Nested Objects
Since objects are values, nothing stops you from having objects inside objects.
This is very common and allows to model more complex things.
Instructions
Create an object address
with 3 properties:
city
property with a value of typeString
postcode
property with a value of typeNumber
street
property with a value of typeObject
and 2 properties:name
property with a value of typeString
number
property with a value of typeNumber