in js i want array like this let arr = ["a","b","c"] but i am getting arr = ['a','b','c'] is there any way to do this?