Clarify math expression operator precedence

The description + examples leave this ambiguous, this change adds a hint.
This commit is contained in:
factubsio 2022-02-14 10:57:53 +00:00 committed by GitHub
parent 9ddb1c4379
commit fb73b1cb9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -215,6 +215,7 @@ The list contains the name of (i.e. the value returned by
| | | The answer should be provided as an array of strings containing the valid expressions. |
| | | |
| | | NOTE: Numbers in an expression cannot have leading 0's |
| | | NOTE: The order of evaluation expects script operator precedence |
| | | |
| | | Examples: |
| | | Input: digits = "123", target = 6 |