rivescript-js
rivescript-js copied to clipboard
Demo BUG: www.rivescript.com/try stopped counting

I think because of https://github.com/aichaos/rivescript-js/blob/0cb33d30868be631dfec6df0c604f32879c9c222/src/brain.js#L72
should be
let result = Number(existingNumber + value);
right?