In this lesson, students learn how libraries can be used to make JavaScript easier to read and write, and how they can incorporate them in their own projects.
Students will be able to:
In this lesson, students learn how to iterate through selected jQuery elements using the .each
function.
Students will be able to:
each
function to iterate through selected jQuery elements and appropriately use the each
function parameters.each
should and should not be used for any given jQuery selection.In this lesson, students learn how to animate elements using jQuery.
Students will be able to:
In this lesson, students learn how callback functions are used in programming to execute code segments after a particular action has been completed. Students learn how programs can execute synchronously and asynchronously, and how to use callback functions to control program execution flow.
Students will be able to:
In this lesson, students learn how to better organize their HTML files by separating their scripts into a separate js
file.
Students will be able to:
js
files with the correct syntaxjs
files in the correct order, and explain why the order of script loading impacts usability and performanceIn this lesson, students test their knowledge of concepts from this module with a unit quiz.
Students will be able to: