Paul, Aaron's pointing out that you should use getters and setters everywhere you can. So you ideally use neither `innerHTML` nor `value` directly:
$('result').set('html',this.get('value'));
Didn't bother changing things around in the shell, since what you were
wondering about was the 'this'.
-- S.
