5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Skills     Software Design and Development     Microsoft     Web Applications
Scripting languages, such as JavaScript, are common in programming. Not only can they make coding less cumbersome, but they also add a level of dynamicity to applications. Anyone who wants to get their head around programming needs to know how and why to use JavaScript.
Use this course to explore the origins of scripting in web pages and scripting's contribution to a more dynamic web environment. Find out how to use variables, functions, expressions, and arrays in JavaScript. More importantly, discover how JavaScript can react to events that happen on a web page and contribute to form validation and submission to a back-end database.
Upon completion, you'll know to use JavaScript to make your web pages more dynamic and reactive to user interaction.

Objectives

Web Fundamentals: Web Fundamentals: Dynamic Web Pages with JavaScript

  • discover the key concepts covered in this course
  • compare client and server-side programming
  • specify the contribution of JavaScript to web applications
  • describe what variables are and how to use them to store values
  • define various JavaScript programming concepts, such as functions, arrays, and objects
  • declare and use an array function to manipulate its data
  • use functions to modify, change, and print variable values
  • respond to HTML events with JavaScript
  • outline how to check and validate user input with built-in browser functions and pattern recognition
  • use JavaScript to validate user input via forms
  • use pattern recognition (regex) to validate user input via forms
  • use date operations to transform cryptic date values into human readable forms
  • perform basic math operations using JavaScript functions
  • illustrate the OOP (object-oriented programming) side of JavaScript by using classes to build JavaScript objects
  • summarize the key concepts covered in this course