User:Sunwoo Lim/Test.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
//PLEASE READ
//NOTE: This is a test and should only be used for testing
//by Sunwoo

let defaultMode = 1;
let testingMode = 2;
let wikiReadMode = 3;
let wikiEditMode = 4;
let wikiHistoryMode = 4095;
let wikiJsMode = 65535;
let wikiJsonMode = 2147483647;

function enterMode(mode) {
	//Not implemented now
}