JavaScript: Creating Calculations and Functions with JavaScript
Overview/Description
Web development is a skill set that increases in importance on an almost daily basis. The ability to create Web pages is the first tool required for this skill set. However, pure mark-up does have limitations: for example hypertext linking is the only interactivity a developer can offer. JavaScript can add interactivity and increased functionality to any Web site. Providing user feedback and calculating information are just a few examples of this interactivity. This course is an interactive introduction to creating in-page programs with JavaScript. The learner will gain skills to write basic scripts; store information in variables; create expressions with mathematical operators; and create and call user-defined functions.
Target Audience
This course is designed for Web developers who need to increase their developing skills. No prior experience with JavaScript or any language is necessary; however, experience with HTML and Web page development is assumed.
Expected Duration
This course, including the practice interactions, will take up to 4 hours to complete.
Writing a Simple JavaScript Program
Using Variables and Data Types
Creating Expressions with Operators
Using User-defined Functions