plus
Filter
Adds a number to another.
Parameters
Parameter | Required | Description |
---|---|---|
addend
|
Yes |
number Number to add.
|
Category
Description
Adds a number to another returns the sum.
{{ 5 | plus: 4 }}
Output
9