Quyidagi qatorning nanijasi qanday bo'ladi:
console.log(Object.keys([1,2,3]));
Poll
- [0, 1, 2]
- ['0', '1', '2']
- [1, 2, 3]
- ['1', '2', '3']