Skip to content

AhmadZaki33/02-Object-Properties-JS.-Exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published