JavaScript Misdirection Contest #0

See http://misdirect.ion.land

HTML

<textarea oninput="generateKey()" id="user-input"></textarea>
<span id="result"></span>sxsd

JavaScript

function generateKey() {
	// Implement this function
}

// Add more code here if you want to

// Read more at http://misdirect.ion.land