.add()
Adds the provided value to the value of the provided key. If no existing number, the provided value will be added to 0 (zero).
add(key, value)
Also allows the use of dot notation:
Last updated
Adds the provided value to the value of the provided key. If no existing number, the provided value will be added to 0 (zero).
Also allows the use of dot notation:
Last updated