removeBack

Removes and returns the last element from the given array

Arguments

  • array - The array to remove from

Example

{
  "$template": {
	"$comment": "The field below will be 10",
	"test": "{{[1, 2, 3, 5, 8, 10].removeBack()}}"
  }
}