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

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

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