var scope = "global scope"; function checkscope() { var scope = "local scope"; function func() { return scope; } return func; }
let arr = [1,2,3,4,5]; arr.slice(0,3);
let total = eval("10*10+8");
Pour obtenir le résultat du quiz, veuillez fournir votre adresse e-mail (facultatif)..