``` jsonLogic.apply( {"+": {"var": "array"}}, // Logic {"array": [1,2,3]} // Data ); ``` returns 1 instead of 6 ``` jsonLogic.apply( {"max": {"var": "array"}}, // Logic {"array": [1,2,3]} // Data ); ``` returns null (Already pointed out in [https://github.com/jwadhams/json-logic/issues/19#issue-451587661](https://github.com/jwadhams/json-logic/issues/19#issue-451587661)) Tested on [jsonlogic.com](jsonlogic.com).
returns 1 instead of 6
returns null
(Already pointed out in #19 (comment))
Tested on jsonlogic.com.