Advertisement
racily

Untitled

Apr 24th, 2020
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function exterminateTheDoctor() {
  2. (function (fn) {
  3. return fn(fn);
  4. })(async function (fn) {
  5. return fn(fn) && fn(fn);
  6. });
  7. }
  8.  
  9. exterminateTheDoctor();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement