Please enable JavaScript to use CodeHS

Diseño y Desarrollo Web

Description

En esta lección, los alumnos aprenden cómo pueden utilizarse las bibliotecas para que JavaScript sea más fácil de leer y escribir, y cómo pueden incorporarlas a sus propios proyectos.

Objective

Students will be able to:

  • Articulate what libraries in programming are, and how they are used.
  • Successfully incorporate a library into their own program.
  • Explain the limitations of “vanilla” JavaScript and how jQuery eliminates some of those limitations.
Description

En esta lección, los alumnos aprenderán a iterar a través de elementos jQuery seleccionados utilizando la función .each.

Objective

Students will be able to:

  • Use the each function to iterate through selected jQuery elements and appropriately use the each function parameters.
  • Explain when each should and should not be used for any given jQuery selection.
Description

En esta lección, los alumnos aprenden a animar elementos utilizando jQuery.

Objective

Students will be able to:

  • Animate elements using jQuery
  • Sequentially execute animations
Description

En esta lección, los alumnos aprenden cómo se utilizan las funciones de llamada de retorno en programación para ejecutar segmentos de código después de que se haya completado una acción concreta. Los alumnos aprenden cómo los programas pueden ejecutarse de forma sincrónica y asincrónica, y cómo utilizar las funciones de llamada de retorno para controlar el flujo de ejecución del programa.

Objective

Students will be able to:

  • Use a callback function correctly in their programs
  • Define synchronous and asynchronous, and explain how those concepts show up in computer science
Description

En esta lección, los alumnos aprenden a organizar mejor sus archivos HTML separando sus scripts en un archivo js independiente.

Objective

Students will be able to:

  • Write js files with the correct syntax
  • Properly load js files in the correct order, and explain why the order of script loading impacts usability and performance
Description

En esta lección, los alumnos testan sus conocimientos de los conceptos de este módulo con un cuestionario de la unidad.

Objective

Students will be able to:

  • Prove their knowledge of jQuery through a multiple choice quiz