Skip to content

Instantly share code, notes, and snippets.

@LetMyPeopleCode
Last active June 14, 2020 22:11
Show Gist options
  • Save LetMyPeopleCode/35d5b4875e228afb9622ffd4c0af9f24 to your computer and use it in GitHub Desktop.
Save LetMyPeopleCode/35d5b4875e228afb9622ffd4c0af9f24 to your computer and use it in GitHub Desktop.
A bit of sample code for testing visual appearance
function thisIsSomeCode(argument) {
const thought = "Will this be properly highlighted?";
console.log(thought);
}
const yes_I_can_edit = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment