psubscirbe-bytebeat.neocities.org
this is the new one btw
math_items = Object.getOwnPropertyNames(Math); for (let item in math_items) { // create math aliases item = math_items[item]; this[item] = Math[item]; } int = Math.floor; // honorable mention
i have added the code snippet to bytetable i might add it later to the main one
this is the new one btw
math_items = Object.getOwnPropertyNames(Math); for (let item in math_items) { // create math aliases item = math_items[item]; this[item] = Math[item]; } int = Math.floor; // honorable mention
i have added the code snippet to bytetable i might add it later to the main one