]
iwant to convert objek andlike this:
{4:5500,5:5500}
anyone can help me ?
array.forEach((a,i)=>{i%2==0?newObj[a]=array[i+1]:null})
http://ramdajs.com/docs/#fromPairs https://lodash.com/docs/4.17.4#fromPairs
Обсуждают сегодня