JSFiddle - React, Tailwind, and code Playground

by amrendra kumar

JavaScript

let type = '_contentType_'

let obj = {_contentType_: 123, test:12, test2: 123}

 {type, ...rest} = obj
 
 console.log(rest)