JavaScript语言
课程简介:
JavaScript一种直译式脚本语言,是一种动态类型、弱类型、基于原型的语言,内置支持类型。它的解释器被称为JavaScript引擎,为浏览器的一部分,广泛用于客户端的脚本语言,最早是在HTML(标准通用标记语言下的一个应用)网页上使用,用来给HTML网页增加动态功能。随着最新的HTML5和CSS3语言标准的普及它还可用于游戏、桌面和移动应用程序的开发和在服务器端网络环境运行,如Node.js。
课程大纲:
Lesson 1: Getting Started with JavaScript
Topic 1A: Create a Basic JavaScript Script
Topic 1B: Execute a Script
Topic 1C: Add Comments to a Script
Lesson 2: Managing the Browser Window
Topic 2A: Display Messages on the Status Bar
Topic 2B: Open a Linked Page in a New Window
Lesson 3: Managing the Document
Topic 3A: Write Content to a Document
Topic 3B: Create a Dynamic Document
Lesson 4: Manipulating Data and Functions
Topic 4A: Create a Form
Topic 4B: Create a Function
Topic 4C: Store Data Using Variables
Topic 4D: Manipulate Data Using Operators
Topic 4E: Convert Data Types
Lesson 5: Validating Statements Using Control Constructs
Topic 5A: Validate Statements
Topic 5B: Execute Statements Iteratively
Lesson 6: Calculating Numerical Values
Topic 6A: Calculate Numerical Values
Topic 6B: Manipulate String Values
Topic 6C: Manipulate Date Values
Lesson 7: Using Regular Expressions and Understanding Ajax
Topic 7A: Use Regular Expressions to Match Patterns in Strings
Topic 7B: Understand the Basics of Ajax
Tag:GPST卓越软件工程师