JS Math

Use JavaScript to perform mathematical operations on values.

Expression - an area to input mathematical operations/JavaScript expressions.

Result - a read only attribute previewing the result of the Expression.

Add - use this button to add more indices to the UI.

0: Number - the first index in the array

To reference a row in your expression use the syntax n[index number]. For example, to reference the index labelled 0: Number use the syntax n0.

Any strings with n followed by a value will be coloured to help visually identify them within an expression.

See https://htmlcheatsheet.com/js/# for some JavaScript syntax.

To remove indices from the array, select a row or rows, right click and choose Delete Selected Attribute(s).

Last updated

Was this helpful?