How do I get my array to start from 1 and not 0
right now I used:
names = [null, "one", "two", "three", "four", "five"]
i don’t want to use null.
How do I get my array to start from 1 and not 0
right now I used:
names = [null, "one", "two", "three", "four", "five"]
i don’t want to use null.
:: Copyright KIRUPA 2024 //--