JSFiddle - React, Tailwind, and code Playground

by Maxim_Wolf

JavaScript

const qs = new URLSearchParams();
qs.set('a','b');
console.log([...qs])