Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

02-Object-Properties


Overview

One of the most useful data types in JavaScript to store values is an Object. Objects use key/value pairs (in JS the key is called a property) to access and store values.

Often, you will hear that Arrays and Functions are special object types. The following Test Specs will demonstrate how Arrays and Functions have the same characteristics as an Object Literal, since Arrays and Functions are Objects.

About

Answers for 02-Object Properties Exercise

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages