JSFiddle - React, Tailwind, and code Playground
by Arvind Pal
JavaScript
var arr = [
{
"_key": "3sdWy_emJ",
"_id": "ThreadInput/3sdWy_emJ",
"_rev": "_ZgABR_S--_",
"isPublished": true,
"title": "Educational Background and Business Experience",
"type": "MARKDOWN",
"license_id": "License/vujade",
"content": "_Post-Secondary Education:_\n\nNorth Park University, B.S. Finance (2000)\n\n_Recent Business Background:_\n\nQuantitative Advantage, LLC, Senior Wealth Management Advisor, "
},
{
"_key": "f8TNa6iql",
"_id": "ThreadInput/f8TNa6iql",
"_rev": "_ZfvQGUm--_",
"isPublished": true,
"title": "Disciplinary Information",
"type": "MARKDOWN",
"license_id": "License/vujade",
"content": "Mr. Lawson does not have any disciplinary information to disclose.\n\n​\n\nBut he has some pending penalties and due fines."
}]
arr = arr.map(obj=>{
delete obj._key
delete obj._id
delete obj._rev
return obj
})
console.log(arr)