Gabriel

My feedback

1 result found

  1. 3 votes
    How important is this to you?
    An error occurred while saving the comment
    Gabriel commented  · 

    It's really weird to have the same context the second time you run a script, but you can use an IIFE (Immediately Invoked Function Expression)

    (function () {
    // your code
    })();

    Gabriel supported this idea  · 

Feedback and Knowledge Base