Skip to content

Instantly share code, notes, and snippets.

@nickvergessen
Last active April 12, 2016 07:58
Show Gist options
  • Save nickvergessen/85aea4a05198cbd34795f304bd670ca2 to your computer and use it in GitHub Desktop.
Save nickvergessen/85aea4a05198cbd34795f304bd670ca2 to your computer and use it in GitHub Desktop.

Steps

  1. Create a new glitch.js file:
var a = '<i>' +
	'#' +
	'u';
  1. Try to type any a-z characters after # in line 2.

Possible Fixes

  1. Remove leading tabs from line 2 and 3
  2. Delete '<i>' + from line 1, so it's no HTML
  3. Remove the # sign
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment