This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const data = [ | |
{ | |
idArtisan: 1, | |
idProduct: 3, | |
name: 'Aguila de madera', | |
price: 800.00, | |
quantity: 3, | |
weight: 0.25 | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const getArrayOfTimes = (timesHtml) => { | |
return [...timesHtml] | |
.map(x => x.innerText) | |
.map(x => { | |
const values = x.split(':',5); | |
return { | |
minutes: parseInt(values[0]), | |
seconds: parseInt(values[1]), | |
}; | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"idTipoContenidos": 3, | |
"contenido": { | |
"nombre": "Ingeniería en Software", | |
"generaciones": "2014-2016 (Generaciones con este mapa curricular)", | |
"ciclos-formacion": [ | |
{ | |
"nombre": "Primer Ciclo de Formación", | |
"competencias": [ | |
"Diagnosticar áreas problemáticas de la empresa utilizando metodologías de análisis para ser resueltas mediante ingeniería de software• Proponer la adquisición de tecnologías de información mediante técnicas de análisis para optimizar los recursos de la empresa", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Son los contenidos | |
var contenidos = [ | |
3000, | |
1000, | |
2000 | |
]; | |
contenidos.forEach(element => { | |
setTimeout(()=>{ | |
//Es la ejecucion del sql en la bdd | |
console.log(element); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"titulo": "TituloEvento", | |
"descripcion": "Descripción", | |
"portada": "https://i.imgur.com/rkHVUs9.jpg?1", | |
"categorias": "evento, UPQROO", | |
"idUsuarios": 6, | |
"idTipos_Publicacion": 1, | |
"notificar": false, | |
"carrera": 1, | |
"contenidos": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"idTipoContenidos": 1, | |
"contenido": { | |
"texto": "This is the essence of our connection with one another. We must look deeply enough into one another’s souls not only to know what makes us happy but also to understand what causes us pain." | |
} | |
} |