Advertisement
xah

Circle v0.0.1

xah
Jan 22nd, 2020 (edited)
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* 2020 JavaScript */
  2. if(typeof "google-map-2020" != "undefined" || "google-map-2020" != null){
  3.   theParent = document.getElementById("google-map-2020");
  4.   theKid = document.createElement("span");
  5.   theParent.insertBefore(theKid, theParent.firstChild);}
  6.  
  7. /* 2020 JavaScript */
  8. theParent = document.getElementById("google-map-2020");
  9. theKid = document.createElement("span");
  10. theParent.insertBefore(theKid, theParent.firstChild);
  11.  
  12.  
  13.  
  14. try{
  15.   theParent = document.getElementById("google-map-2020");
  16.   theKid = document.createElement("span");
  17.   theParent.insertBefore(theKid, theParent.firstChild);
  18. }
  19. catch(error){if(error.name === "TypeError"){true}
  20.             else {true}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement