# Assessment Request for Object Basics 1 Skill Test

**URL:** https://discourse.mozilla.org/t/assessment-request-for-object-basics-1-skill-test/63157
**Category:** Learn
**Created:** [July 4, 2020, 11:05am UTC](https://discourse.mozilla.org/t/assessment-request-for-object-basics-1-skill-test/63157 "2020-07-04T11:05:44Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![harryghgim](https://avatars.discourse-cdn.com/v4/letter/h/bbe5ce/32.png) [@harryghgim](https://discourse.mozilla.org/u/harryghgim)
#### Post date: [July 4, 2020, 11:05am UTC](https://discourse.mozilla.org/t/assessment-request-for-object-basics-1-skill-test/63157/1 "2020-07-04T11:05:44Z")

</div>

Hi. Any assessment would be appreciated. Thank you and have a good day! 🙇‍♂️

[Object Basics 1](https://codepen.io/harryghgim/pen/abdqOqL)  
[Object Basics 2](https://codepen.io/harryghgim/pen/PoZQqQg)  
[Object Basics 3](https://codepen.io/harryghgim/pen/yLevNKJ)

---

<div class="post-metadata">

### Author: ![chrisdavidmills](https://sea1.discourse-cdn.com/flex001/user_avatar/discourse.mozilla.org/chrisdavidmills/32/21688_2.png) [@chrisdavidmills](https://discourse.mozilla.org/u/chrisdavidmills)
#### Post date: [July 5, 2020, 3:15pm UTC](https://discourse.mozilla.org/t/assessment-request-for-object-basics-1-skill-test/63157/2 "2020-07-05T15:15:38Z")

</div>

@harryghgim hi there!

So these are pretty good answers.

For assessment 1, you just need to add a call to `cat.greeting()` to log the cat’s greeting to the console.

assessment 2 is perfect — great work!

assessment 3 is interesting — this is not the way I was expecting you to do it, but the way you’ve done it works. I was more expecting the function to be defined as a method on each object, but this way is more efficient.
