roberto-butti / some-drops-of-javascript

This book collects some useful, unknown, underrated JavaScript functions discovered and learned while using JavaScript daily.
https://drops-of-javascript.hi-folks.dev/
Other
137 stars 40 forks source link

New Function: getOwnPropertyNames() #29

Closed roberto-butti closed 10 months ago

roberto-butti commented 11 months ago

What

Add new method documentation file for a new JavaScript function in src/content/docs. The instructions about defining the file's name are documented in the CONTRIBUTING.md file.

Description

Function name: Object. getOwnPropertyNames() Function description: ... File name: src/content/docs/03-var/04_object-getOwnPropertyNames.md

Checklist

Must read:

sayumimuthu commented 11 months ago

Hi, I'd like to work on this issue. Can you assign it to me?

roberto-butti commented 11 months ago

Hi, I'd like to work on this issue. Can you assign it to me?

of course @sayumimuthu , thank you for offering your support.

roberto-butti commented 10 months ago

Closing the issue, thanks for the pull request #37