https://github.com/leta91/create-method-of-js-object
Create a Method on an Object in JavaScript - freeCodeCamp Challenge
https://github.com/leta91/create-method-of-js-object
Last synced: about 1 year ago
JSON representation
Create a Method on an Object in JavaScript - freeCodeCamp Challenge
- Host: GitHub
- URL: https://github.com/leta91/create-method-of-js-object
- Owner: leta91
- License: mit
- Created: 2022-12-13T10:05:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T10:44:08.000Z (over 3 years ago)
- Last Synced: 2025-01-29T18:23:17.482Z (over 1 year 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 Method on an Object in JS - freeCodeCamp Challenge
## Object Oriented Programming ➡️ Part 7 of the JavaScript Algorithms and Data Structures Certification
I gave a little twist to the original challenge 🔀
"Using the `dog` object, give it a **method** called `sayName`. The method should return the sentence *His name is Kerouac as the American author!*"
