JS Global Function ↔ built-in function to access in Global Scope of Browser Runtime
encodeURI()
to encode string to URI by escape char to rep UTF-8
decodeURI()
parseFloat()
to parse string arg & return number as Floating-Point
eval()
to evaluate Code arg as string at Runtime - bad for security/perf
Source: developer.mozilla.org/en
globalThis
global variable to access global variables