JSFiddle - React, Tailwind, and code Playground

by Pris Wiz

JavaScript

var btsemployees = {
    employees:[
		{
         "name": "Jose Ramon", 
         "phone": "1234567890",
         "email": "[email protected]"
		},
         { 
         "name": "Abraham Parra", 
          "phone": "1234567890",
         "email": "[email protected]"
},
         { 
         "name": "Karla Chavez", 
          "phone": "1234567890",
         "email": "[email protected]"
},
         { 
         "name": "Miguel Gocobachi", 
          "phone": "1234567890",
         "email": "[email protected]"
},
         {
         "name": "Ismael Perez", 
          "phone": "1234567890",
         "email": "[email protected]"
},
         { 
         "name": "Raul Dominguez", 
          "phone": "1234567890",
         "email": "[email protected]"
},
         {
         "name": "Pricilla Victoria", 
          "phone": "1234567890",
         "email": "[email protected]"
}
]
};

var pricilla=btsemployees.employees[6].name;
console.log(pricilla);