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}}
Cosine of the length of the removed array:
{{Math.cos(removedArr.length)}}