const responseTypes = { json: 'application/json', text: 'text/*', formData: 'multipart/form-data', arrayBuffer: '*/*', blob: '*/*' }; console.log(Object.entries(responseTypes)); /*[each of the json key value becomes an array ]*/