every(obj, value)
Set every property of an object to a certain value.
| Name | Type | Required | Description |
|---|---|---|---|
obj |
object | yes | Target object to mutate. |
value |
any | yes | Value assigned to every key. |
void
No additional runtime notes yet.
No additional details yet.