I was hoping I could just set true / false to a variable if my element exists in an associative array.
I tried this -
var finalDisExist = stepsArray['stepIDFinal'];
- of course, this does exactly what you might think (assigning an object to a variable.
But I'm sure I saw something close to this before, can someone tell me what I'm missing?
Thank! Todd
source
share