JSFiddle - React, Tailwind, and code Playground
by irinablue
JavaScript
const obj = {
input: {
get: 'value',
where: [
'#qwerty'
]
}
};
const arr = Array.from(obj);
console.log(arr);
by irinablue
const obj = {
input: {
get: 'value',
where: [
'#qwerty'
]
}
};
const arr = Array.from(obj);
console.log(arr);