Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mthirumalai2905 authored Mar 24, 2024
1 parent 5d95bf3 commit 0fb2510
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,11 @@ Other Style Guides
Property descriptors provide detailed information about object properties:
Value: Represents the current value of the property.
Writable: Determines if the property can be changed.
Enumerable: Controls if the property is listed when iterating over object properties.
Configurable: Specifies if the property's attributes can be changed or deleted.
```javascript
Expand Down

0 comments on commit 0fb2510

Please sign in to comment.