An open API service indexing awesome lists of open source software.

https://github.com/leta91/use-dot-notation-for-js-object

How to Use Dot Notation to Access the Properties of an Object in JavaScript - freeCodeCamp Challenge
https://github.com/leta91/use-dot-notation-for-js-object

Last synced: about 1 month ago
JSON representation

How to Use Dot Notation to Access the Properties of an Object in JavaScript - freeCodeCamp Challenge

Awesome Lists containing this project

README

        

# Use Dot Notation to Access the Properties of an Object - freeCodeCamp Challenge ✨

## Object Oriented Programming (7th Part of the JavaScript Algorithms and Data Structures Certification) 💻

Print both properties of the `dog` object to your console

Dot Notation in JS is summarized by:
`objectName.propertyName` ➡️ which result is `valueName`