We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc7704 commit c8f4d76Copy full SHA for c8f4d76
CoreFundamentals/10setTimeout.js
@@ -4,7 +4,7 @@ function x(){
4
function close(x){
5
setTimeout(function(){
6
console.log(x);
7
- },i*1000);
+ },x*1000);
8
}
9
close(i);
10
0 commit comments