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?

May 2, 2022, 7:23 PM

© 2024 Draquery.com All rights reserved.