nickdivona

is shithead?

Dec 15th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function() {
  2.     'use strict';
  3.  
  4.     // Variables
  5.     let testStatus = "failure"
  6.  
  7.     // Loops
  8.     testStatus = "success"
  9.  
  10.     return testStatus
  11. })();
Add Comment
Please, Sign In to add comment