I'm trying to set a global if it doesnt exist. Total noob question.
I'm doing this:
if (!raw) { raw = 'yep'; } But it keeps throwing reference error raw is not defined.
I'm trying to set a global if it doesnt exist. Total noob question.
I'm doing this:
if (!raw) { raw = 'yep'; } But it keeps throwing reference error raw is not defined.