Difference between revisions of "MediaWiki:Common.js"

From Data JW United
Jump to navigation Jump to search
Line 1: Line 1:
let hello = 'hello'
+
$(function () {
console.log(hello)
+
       
 +
}());

Revision as of 20:07, 8 March 2021

$(function () {
         
}());