test

test
Anonymous
javascript
04/03/2023 5:03 PM
268 B
16
Indexable
(function() {
  var script = document.createElement('script');
  script.type = 'text/javascript';
  script.innerHTML = 'console.log("Hello, World!");';
  document.head.appendChild(script);
})();
Editor is loading...