No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
(function () { | (function () { | ||
console.log('Test siin siis?') | console.log('Test siin siis?') | ||
var myElement = document.getElementById('mw-hello-world'); | |||
myElement.innerHTML = '<html>Hello World!!!</html>'; | myElement.innerHTML = '<html>Hello World!!!</html>'; | ||
}()); | }()); | ||
console.log('Test?'); | console.log('Test?'); |