🌐 'https://a1t0ghb.github.io/courses-oracle_one-practicando_logica_programacion-d250806/'
Final delivery of the 4th course: 'Practicando Lógica de Programación: Challenge Amigo secreto', from module (a.k.a. 'formación' in spanish) 'Principiante en Programación G9 - ONE', of Alura LATAM. Part of ORACLE Next Education (ONE) education program, in LATAM.
Note
This README is mainly written in english (en), but it might have some sections in spanish (sp), since course content is in spanish.
The course covered topics such as:
- Most topics covered in previous course 'Lógica de programación: explorar funciones y listas' repo.: 'https://github.com/a1t0ghb/courses-oracle_one-logica_programacion_II-d250726/tree/main?tab=readme-ov-file#about'.
- Programatic creation and manipulation of HTML objects via JavaScript; specifically unordered lists ('ul') tags and its list items ('li') tags, using DOM methods such as
.createElement()
and.appendChild()
. - Use of 'for loops' to access and manipulate arrays; e.g.
for (let i = 0; i < iList.length; i++) {const friend = iList[i]; ...}
.
Available at 'https://app.aluracursos.com/certificate/c5b5ab0a-752e-48b0-bbb3-ab77809b67fd'.
- Estimated workload: 10h.
- Activities: 9.
- Topics:
- 'Sobre los challenges'.
- 'Challenge Amigo secreto'.
- 'Entrega del Challenge'.
PROGRAM STRUCTURE.
- [Course] 'Practicando Lógica de Programación: Challenge Amigo secreto': 'https://app.aluracursos.com/course/logica-programacion-challenge-amigo-secreto/'.
- [Module] 'Principiante en Programación G9 - ONE': 'https://app.aluracursos.com/formacion-programacion-primeros-pasos-grupo9-one/'.
- ORACLE Next Education (ONE) education program, in LATAM: 'https://www.oracle.com/co/education/oracle-next-education/'.
- Alura LATAM education platform: 'https://www.aluracursos.com/'.
COURSE RESOURCES.
- GitHub's project repository: 'https://github.com/Oracle-Next-Education/challenge-amigo-secreto_esp/'.
- Trello's project schedule guide: 'https://trello.com/b/v0TFbgqP/trello-challenge-amigo-secreto-esp/'.
Made with contrib.rocks.
a1t0ghb |
---|