Skip to content

Instantly share code, notes, and snippets.

@GodSaveEarth
Last active May 31, 2019 22:03
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 GodSaveEarth/bfa38472f8e53349a8521418c3e41ca6 to your computer and use it in GitHub Desktop.
Save GodSaveEarth/bfa38472f8e53349a8521418c3e41ca6 to your computer and use it in GitHub Desktop.
Test bkmrks
//
console.log(123);
if(true==false) {
console.log("123"+
"asdasd");
}
console.log(123);if(true==false){console.log("123"+"asdasd");}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment