Learning the JavaScript Language

Posted By: Landau17

Learning the JavaScript Language
MP4 | Video: 720p | Duration: 2:55:21 | English | Subtitles: VTT | 304.5 MB



JavaScript is the lingua franca of the web, but before using it to create dynamic websites, you need to understand how it works. In this workshop trainer and developer Joe Chellman explores the syntax behind the JavaScript language. He shows how to "speak" JavaScript by gaining an understanding of variables, types, objects, arrays, operators, control structures, loops, and functions, through a series of hands-on examples that put these ideas into action. After completing this course, most developers will understand the core syntax of JavaScript and how this scripting language works to build powerful and complex functionality on the web.

Topics include:
  • Enabling Firebug and web inspectors
  • Using a text editor
  • Declaring and assigning a variable
  • Booleans and the quest for truth
  • Working with objects and arrays
  • Using operators and control structures
  • Iterating with loops
  • Objects, references, and functions
  • Understanding variable scope