ejemplo:
Código HTML:
<script type="text/javascript">
function something() { return function() { return 4 * 5 } }
</script>
....
Código HTML:
<a href="javascript:;" onclick="return alert(something())">asas</a>
entoncs me podrian decir porq me retorna " function() { return 4 * 5 } ", el ejemplo anterior