Search
❯
Feb 05, 20251 min read
Can be used to create global variables.
global.myint = 25; console.log(myint); // 25