From bc32d96bcc2f5e875530f96d3624bd2b9892bc5b Mon Sep 17 00:00:00 2001 From: Benji Date: Sun, 9 Jun 2024 14:33:55 +0000 Subject: [PATCH] Update Question 280 README.md changed to Let's see the usage of this in an example below: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 409cd654..fde72034 100644 --- a/README.md +++ b/README.md @@ -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 = {