This message was deleted.
# general
s
This message was deleted.
w
I think you just have an errant comma on that line - it’s parsing as two arguments, with the second one having a unary plus operator which leads to the
NaN
.
b
thanks, that was it - it was failing without the console.log so I introduced a different error there 🤦‍♂️