Edit this page

up.util up.util.pluckKey(object, key)
JavaScript function

This feature is experimental. Please share your experiences so we know what to keep or change.

Deletes the property with the given key from the given object and returns its value.


Parameters

object Object
key string

Return value

any