https://github.com/leta91/how-to-create-javascript-object
Create a Basic JavaScript Object - freeCodeCamp Challenge
https://github.com/leta91/how-to-create-javascript-object
Last synced: about 1 month ago
JSON representation
Create a Basic JavaScript Object - freeCodeCamp Challenge
- Host: GitHub
- URL: https://github.com/leta91/how-to-create-javascript-object
- Owner: leta91
- License: mit
- Created: 2022-12-13T09:02:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T09:36:30.000Z (over 2 years ago)
- Last Synced: 2025-01-29T18:23:17.844Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create a Basic JavaScript Object - freeCodeCamp Challenge 💜
## Object Oriented Programming (OOP) Chapter
(JavaScript Algorithms and Data Structures Certification)Create a `dog` object with `name` and `numLegs` properties, and set them to a string and a number, respectively