Created
February 24, 2023 23:07
-
-
Save jakekarnes42/15ed8d05f7d76bd9e05cd717931940e2 to your computer and use it in GitHub Desktop.
A benign JavaScript file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log("Logged from external JS file"); | |
alert("From external JS file"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment