Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Last active December 30, 2015 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/2676ae0c57f3323742be to your computer and use it in GitHub Desktop.
Save chuck0523/2676ae0c57f3323742be to your computer and use it in GitHub Desktop.
var hello = "hellohellohellohellohelloohello";
var exceptForHello = hello.split('hello').join('');
if(exceptForHello !== '') {
console.log('Not pure! ' + exceptForHello + ' is founded!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment