ÄúµÄλÖãºÑ°ÃÎÍøÊ×Ò³£¾±à³ÌÀÖÔ°£¾JavaScript£¾JavaScript Notes

Overview of JavaScript Statements

JavaScript supports a compact set of statements that nevertheless enables you to incorporate a great deal of interactivity in web pages.

  • Variable Declaration / Assignment
  • Function Definition
  • Conditionals
  • Loops
    • for loop
    • while loop
    • for...in loop
    • break and continue statements
  • with statement
  • Comments

Further overview information TBD. Refer to statements reference for specific information.