/ES5 version of the function generated from transpiling ES6 Secret
Created Apr 11, 2018
setTimeout(function() { | |
var a = 10; | |
console.log('Timedout the index.js ' + a) | |
}, 200); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment