jsProxy
jsProxy copied to clipboard
Use destructuring instead of string slices.
One could also write const [key, value=''] = item.split('=') to make it a oneliner, but I feel like that hurts legibility...