LZ.updateValue()

The LZ.updateValue() function changes the specified bucket value by the specified delta. It is intended to be used with numbers.
The function has the following signature:

updateValue(bucketName, delta)

Where:

You can check out the counter example for more information on how to use this function.