JSFiddle - React, Tailwind, and code Playground

by irinablue

JavaScript

const selectors = {
  'a': [
    '.ww',
    '.rr'
  ],
  'b': [
    '.www',
    '.rrr'
  ]
};

const test = {};

console.log(Object.values(selectors).flat());
console.log(Object.values(test).flat())