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

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

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!*"

![jack-kerouac-and-his-friends](https://user-images.githubusercontent.com/109817389/207296589-8d706006-9216-4621-82cd-9635ff42df12.JPG)