Convert Array to String
Hello, I have some problems to convert Array to String. So in my example code i have an array of 4 items. I do know that i can just arr.join(" ") to convert it to a string. However, i don't want to include the first item from the array in my new string.
I have created a code that kinda works but is there any better way to do it?
This is my example code
I have created a code that kinda works but is there any better way to do it?
This is my example code
