Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 10, 2020 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/47706f7634989a932d2262ae391a5bbd to your computer and use it in GitHub Desktop.
Save parzibyte/47706f7634989a932d2262ae391a5bbd to your computer and use it in GitHub Desktop.
let docentes = [
{
"id": 1,
"nombre": "Luis",
"contacto": "luis@gmail.com",
"created_at": "2020-01-08 23:17:18",
"updated_at": "2020-01-08 23:19:50"
},
{
"id": 3,
"nombre": "Juan",
"contacto": "juan@parzibyte.me",
"created_at": "2020-01-09 16:43:54",
"updated_at": "2020-01-09 16:43:54"
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment