var scope = "global scope"; function checkscope() { var scope = "local scope"; function func() { return scope; } return func; }
var1 = "12"; if (var2) { delete var2; } else if (var1) { delete var1; }
Pour obtenir le résultat du quiz, veuillez fournir votre adresse e-mail (facultatif)..