A for loop changes a variable, and that's not allowed in Clojure. for (var i = 0; i < 10; i++) { console.log(i); }.
確定! 回上一頁