chain()Creates a chained version of a value.
This function is valid in v2.7.0 to v2.24.3. This function has been downloaded 65 times.YourJSChain object allows for chaining other YourJS functions calls together and thusly all of its functions except the value() function will return a YourJSChain object. You can call the YourJSChain's value() function to return the actual internal value. The YourJSChain's end() function will return the previous YourJSChain object.This function directly requires the following functions which are included automatically:
forIn()has()is()=== but will also indicate that NaN is NaN and will indicate that -0 is not 0.
mixin()YourJSChain's prototype.
slice()typeOf()This function is directly required by the following function:
mixin()YourJSChain's prototype.