#I want to use a set of functions in one script in another script.
8 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Also, I have another question.
If I have a file "first.js" and "second.js" and the former is executed first, can I use variables created in const in second.js as well?
from what i know, all files of the same type (client, server, startup) are loaded in the same scope, so anything from any of them is accessible in another, provided it's from the same type of script