Reference remove()

remove()

Removes the key-value pair stored at the given key from the Dictionary.

Examples

Syntax

remove(key)

Parameters

key

for the pair to remove

Notice any errors or typos? Please let us know. Please feel free to edit src/data/p5.TypedDict.js and open a pull request!

Related References