the string array which looks something like this (string[]); you can define it and then do all the other stuff but how to add some element to the start or end without having to use the its length every time?
also if you have already defined its length as such:
(*string[] array = new string[5]*)
can you ever exceed its predefined length?
I already tried to google my problem and I have not found anything on YouTube yet, whenever I something on VS Code I get a bunch of red underlines....