I have 2 .js file, each contain the SAME large array or value (price list) Now i have to get the 2 array exactly the same... not good i like to have another .js file that will execute the array load into any function i like
The way i approch the problem, i defining variable, and executing a function loading value into those... dont work...
What is the proper way to have one list of value in the array, and invoking a function to load it
thanks