Introduction to JavaScript for Engineers
In Introduction to JavaScript for Engineers, you'll learn ...
- Use of HTML elements and JavaScript
- Use of JavaScript in the head section, in the body section and in both sections of a document
- Use of text boxes for input and output
- Use of buttons to trigger the on click event
Overview
This introduction to the use of JavaScript is valuable for engineers of all disciplines. You do not need prior knowledge of HTML or JavaScript and do not need to buy or download anything since the core portion of JavaScript is in all browsers. In fact, you do not even need to have an HTML editor. The Notepad program included with Windows can be used to edit JavaScript documents.
With JavaScript, you can make interactive HTML documents. That means you can create applications that can run in your browser. These applications are the focus of this course.
JavaScript can be described as an event-oriented, light-weight programming language which makes it an excellent scripting language for inclusion on HTML pages. In fact, JavaScript is usually embedded directly into an HTML page. With JavaScript you can control the HTML, the browser and the DOM (Document Object Model). Additionally, JavaScript is an "interpreted language" which means the script executes without compilation.
JavaScript is open and cross-platform, so it is not necessary to purchase a software license to use the language.
Specific Knowledge or Skill Obtained
This course teaches the following specific knowledge and skills:
- Use of HTML elements and JavaScript
- Use of JavaScript in the head section, in the body section and in both sections of a document
- Use of text boxes for input and output
- Use of buttons to trigger the on click event
- How to create user defined functions in JavaScript
- Creation of some reusable functions
- Use of some Math object methods and properties
- Use of the prompt method for input and the alert method for output
- Use of the HTML elements, fieldset and legend to dress up our form
- Use of the for statement along with some HTML elements to create a table
- Use of other statements like function, return and var
Certificate of Completion
You will be able to immediately print a certificate of completion after passing a multiple-choice quiz consisting of 14 questions. PDH credits are not awarded until the course is completed and quiz is passed.
This course is applicable to professional engineers in: | ||
Alabama (P.E.) | Alaska (P.E.) | Arkansas (P.E.) |
Delaware (P.E.) | Idaho (P.E.) | Indiana (P.E.) |
Kansas (P.E.) | Kentucky (P.E.) | Louisiana (P.E.) |
Minnesota (P.E.) | Mississippi (P.E.) | Montana (P.E.) |
Nevada (P.E.) | New Hampshire (P.E.) | New Jersey (P.E.) |
New Mexico (P.E.) | North Dakota (P.E.) | Oklahoma (P.E.) |
Oregon (P.E.) | Pennsylvania (P.E.) | South Carolina (P.E.) |
South Dakota (P.E.) | Tennessee (P.E.) | Texas (P.E.) |
Utah (P.E.) | Vermont (P.E.) | Virginia (P.E.) |
West Virginia (P.E.) | Wisconsin (P.E.) | Wyoming (P.E.) |