A function (also called a procedure, method, subroutine, or routine) is a portion of code intended to carry out a single, specific task. Use this tag for questions which specifically involve creating or calling functions. For help implementing a function to perform a task, use [algorithm] or a task-specific tag instead.
Je lis actuellement un livre sur JavaScript par Pragmatic, et je suis confus à propos d'une chose. Ils ont une section sur la façon de faire des variables globales, locales ou priv&e ...
J'ai le code suivant qui fonctionne bien ... xxx pré> qui appelle cette fonction: p> xxx pré> J'ai besoin du tableau Be de longueur variable - Quelle es ...