Standards in this Framework
| Standard | Description |
|---|---|
| 1.1.5 | Describe acceptable coding practices, including appropriate use of comment tags and the tag. |
| 1.2.2 | Define variables, data types and scope. |
| 1.2.4 | Store user input in variables and evaluate for appropriate responses using the console and built-in methods such as alert() and prompt(). |
| 1.2.5 | Distinguish between concatenation and addition. |
| 1.2.6 | Use Apply operators, including string concatenation ( += ), strict comparison ( === , !==), mathematical precedence and bitwise operators. |
| 1.2.7 | Demonstrate how to use expressions. |
| 1.2.8 | Implement simple event handlers, including keyboard, mouse and mobile (gestures or touch) events. |
| 1.3.1 | Define and use methods as functions. |
| 1.3.3 | Distinguish between global and local variables. |
| 1.3.5 | Identify user events and event handlers. |
| 1.3.7 | Use built-in functions and cast variables. |
| 2.1.1 | Demonstrate common steps for debugging JavaScript code, including reviewing code and testing code in different browsers and various devices. |
| 2.2.1 | Use the if... statement. |
| 2.2.2 | Use the while... statement. |
| 2.2.4 | Use the for... statement. |
| 2.2.6 | Use the break and continue statements. |