We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023beab commit e99280dCopy full SHA for e99280d
JavaScript/4-callback-timer.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
const fn = () => {
4
- console.log('Callback from from timer');
+ console.log('Callback from timer');
5
};
6
7
const timeout = (interval, fn) => setTimeout(fn, interval);
0 commit comments