In the last post, we created arrays and showed how the various elements could be accessed or the contents changed. Now, we will create empty arrays which would be useful for easy tracing of code when you start building whole projects. To create an empty array with no elements or by using the array object’s [...]