How many variables can I import?

Question

How many variables can I import?

Answer

We can import as many variables as we want! That said, we should only import variables that we need and/or variables that we think we may use in our file as we don’t want to import extra, unnecessary, code that may make our file larger/run slower.

8 Likes