Skip to content

Instantly share code, notes, and snippets.

View VenkateswaraT's full-sized avatar

Venkateswara Tolla VenkateswaraT

View GitHub Profile
@VenkateswaraT
VenkateswaraT / logic1.js
Last active July 19, 2023 06:01
Categorical Sort in JavaScript
let array = [
{id: 0, type: "Office" },
{id: 1, type: "Security" },
{id: 2, type: "Office" },
{id: 3, type: "Security" },
{id: 4, type: "Security" },
{id: 5, type: "Office" },
{id: 6, type: "Agent" },
{id: 7, type: "Security" },
{id: 8, type: "Venkat" }