Skip to content

Commit

Permalink
Merge pull request #270 from Benappiahpoku/patch-10
Browse files Browse the repository at this point in the history
Update Question 280 README.md
  • Loading branch information
sudheerj authored Jun 9, 2024
2 parents e2489d3 + bc32d96 commit 446064d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5123,7 +5123,7 @@
280. ### How do you list all properties of an object
You can use the `Object.getOwnPropertyNames()` method which returns an array of all properties found directly in a given object. Let's the usage of it in an example,
You can use the `Object.getOwnPropertyNames()` method which returns an array of all properties found directly in a given object. Let's see the usage of this in an example below:

```javascript
const newObject = {
Expand Down

0 comments on commit 446064d

Please sign in to comment.