Sandbox2

From Noisebridge
Revision as of 00:16, 18 August 2022 by MoofSoup (talk | contribs)
Jump to navigation Jump to search

JavaScript
Snadbox 2 paeg is for u to test shite :0
Welcome to Sandbox2

This text exists on the Sandbox2 page



test test testes
gaming

<button id="demo2">Click Me!</button>

<button type="button" onclick='document.getElementById("demo").innerHTML = "test succest!"'>Click Me!</button>

if ( mw.config.get( 'wgPageName' ) === 'Sandbox2' ) {

   mw.loader.load( '/w/index.php?title=MediaWiki:Sandbox2.js&action=raw&ctype=text/javascript' );

} $(function () {

   var myElement = document.getElementById('test');

myElement.innerHTML = '

success

';

}());

var templateLiteral = [` `]

var head = document.querySelector("head"); head.innerHTML = templateLiteral;