Skip to content

Instantly share code, notes, and snippets.

@hai5nguy
Created January 5, 2016 16:07
Show Gist options
  • Select an option

  • Save hai5nguy/a86c45e66d1741997d72 to your computer and use it in GitHub Desktop.

Select an option

Save hai5nguy/a86c45e66d1741997d72 to your computer and use it in GitHub Desktop.
noobanon move!
if (msgHtml.length && msgHtml.match(trackingCodeRegx)) {
return true;
} else {
return false;
}
//when you see something like this, do:
return (msgHtml.length && msgHtml.match(trackingCodeRegx));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment