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
keyany
yes
The key to set.
valueany
yes
The value to set.