What will be the output of the following code snippet? (function(a){ return (function(){ console.log(a); a = 6; })() })(21);. 6. NaN. 21. None of the above.
確定! 回上一頁