Javascript Weird Loop
IIF with a name, calling itself.
~function loop () {
console.log('x_x');
setTimeout(loop, 162);
}();
Related protips:
Written by Matt Owen
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#