I am trying to convert Array into object
example:
I want to convert, below array into
var a = ['a','b','c','d']
Below object
var obj = {'a':{'b':{'c':{'d':'any value'}}}}
Any one had any idea ?
New and Fresh Private + Public Proxies Lists Everyday!
Get and Download New Proxies from NewProxyLists.com
I am trying to convert Array into object
example:
I want to convert, below array into
var a = ['a','b','c','d']
Below object
var obj = {'a':{'b':{'c':{'d':'any value'}}}}
Any one had any idea ?