count() Operation
Counts the number of elements in an array.
Syntax  | 
  | |
|---|---|---|
Semantics  | Counts the number of elements in   | |
Substitutables  | 
  | Can be any variable or object attribute having the type Array.  | 
Examples  | Input: an array of names 
        JSON
     
    
        CODE
     
    
Result: size is 5.  | |