You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loving the library so far! One thing that I'm juggling is doing an array operation that references the index. To avoid messing with the api of the map op, I was wondering if we could extend what's accessible in a reduce to include an "index" selector. I see right now it's just "current" and "accumulator"
Loving the library so far! One thing that I'm juggling is doing an array operation that references the index. To avoid messing with the api of the
map
op, I was wondering if we could extend what's accessible in areduce
to include an"index"
selector. I see right now it's just"current"
and"accumulator"
json-logic-js/logic.js
Line 307 in 045a7fd
The text was updated successfully, but these errors were encountered: