All Questions
1 question
2
votes
0
answers
134
views
One-based array in JavaScript
One day I stumbled upon a question on Stack Overflow: How do I create an array in javascript whose index starts from 1. The top answer says that it's impossible. However, that answer was posted ...