Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/07/2009, 09:40
Avatar de uselox
uselox
 
Fecha de Ingreso: agosto-2008
Ubicación: Lima, Perú
Mensajes: 168
Antigüedad: 16 años, 2 meses
Puntos: 12
Pregunta Respuesta: funciones que retornan funcion

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