Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter name

Type

Required

Description

array

array

Yes

The array whose Array size will be returned.

Returns

number

Example

Code Block
size(watchers); // returns the number of watchers

...