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

© 2023 by EK. remix by ZIEGLER.S a.k.a. Magentallteller

  • https://www.instWhite Instagram Icon
  • Facebook Magentall
  • Twitter Magentall
bottom of page