BigBinary Academy
JavaScript
Object
8.2
Search
Challenge
8.2
Exercise - Object Creation
Create an object
bird
. It should store the properties given in the table below:
Key
Value
type
"owl"
canFly
true
legCount
2
Previous
Next