JSFiddle - React, Tailwind, and code Playground

by Robodude

JavaScript

const links = {
	a: 1,
  b: 2,
  c: 3
}

const { [linkId]: remove, everything } = links

console.log(everything)