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
- Host: GitHub
- URL: https://github.com/leta91/use-dot-notation-for-js-object
- Owner: leta91
- License: mit
- Created: 2022-12-13T09:19:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T09:34:42.000Z (over 2 years ago)
- Last Synced: 2025-01-29T18:23:13.933Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`