JavaScript Misdirection Contest #0
See http://misdirect.ion.land
by Peter Jaric
HTML
<textarea oninput="generateKey()" id="user-input"></textarea>
<span id="result"></span>
JavaScript
function generateKey() {
// Implement this function
}
// Add more code here if you want to
// Read more at http://misdirect.ion.land