set
Updated on August 22, 2024Source codeTests
createSet
is a link that sets a key/value pair on an object.
Create set
Call createSet
with these parameters to create your set
function:
Parameter
Type
Required
Description
key
any
yes
The key to set.
value
any
yes
The value to set.