What is the difference between the following ways of declaration of arrays
1 image = new Array();
and
2 image :Array= new Array();
I am loading images in this array .The first method works while the second does not.
What is the difference between the following ways of declaration of arrays
1 image = new Array();
and
2 image :Array= new Array();
I am loading images in this array .The first method works while the second does not.
:: Copyright KIRUPA 2024 //--