Referencia remove()

remove()

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

Ejemplos

Sintaxis

remove(key)

Parámetros

key
Number|String:

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!

Referencias Relacionadas