top of page

JAVASCRIPT: dans les 'function' il manque un return des functions imbriquées à ma connaissance.

site support

​

var r =function() {

                       ...............

                       function(){   //ajax appel

                       ........................

                       return;

                       }

              }

​

/////////////////////---> r  :::-> undefinied  ||                        return once or return tree   (kind of)

JAVASCRIPT update

bottom of page