now with more github: <https://github.com/jarshwah...
# general
b
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 🤦‍♂️