JavaScript field: Difference between revisions

Jump to navigation Jump to search
no edit summary
mNo edit summary
No edit summary
Line 5: Line 5:


A script may consist of multiple operations but only the result of the last operation will be entered into the field. Example:
A script may consist of multiple operations but only the result of the last operation will be entered into the field. Example:
<source lang="javascript">
<source lang="javascript" line="1">
var i = 1 + 1
var i = 1 + 1
i + 1
i + 1

Navigation menu