Expressions
Array:
{{myArr}}
Elements removed from array:
{{removedArr}}
Click to append a value to the array
Click to remove the first value from the array
Size of Array:
{{myArr.length}}
Max number removed from the array:
{{Math.max.apply(Math, removedArr)}}