We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
d364b82
1, Fixed a coding mistake.
if(typeof something !== undefined) --> if(typeof something !== 'undefined')