0👍
What I needed to have added is newQuestion to the function like so
getAnswer: _.debounce(
function (newQuestion) {
so I could use it there after.
Source:stackexchange.com
0👍
What I needed to have added is newQuestion to the function like so
getAnswer: _.debounce(
function (newQuestion) {
so I could use it there after.