레퍼런스 hasKey()

hasKey()

Returns true if the given key exists in the Dictionary, otherwise returns false.

예제

구문

hasKey(key)

매개변수

key
Number|String:

that you want to look up

Returns

Boolean: whether that key exists in Dictionary
This page is generated from the comments in src/data/p5.TypedDict.js . Please feel free to edit it and submit a pull request!

관련 레퍼런스