Javascript Best Practices: JavaScript to be much more productive

Javascript Best Practices: JavaScript to be much more productive

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1 Hour | 672 MB

JavaScript to be much more productive!

Any IT professional or casual developer anticipating a better understanding of the JavaScript language and it’s commonly used design patterns and structures needs to go through this course and absorb all of its content. Anyone desiring to learn more about the language and better ways to use it needs the knowldege, demonstrations, and practice presented in this course. This not only includes web, mobile, and service application developers, but also architects, UI designers, testers, and administrators. This course provides a well-curated collection of JavaScript concepts that are generally unknown or overlooked and have significant impact on overall JavaScript code quality.

  • Learn the subleties and gotchas of JavaScript to be much more productive!
  • Learn how global variables can trip you up
  • Understand variable naming conventions
  • Control JavaScripts automatic semi-colon insertion
  • Learn how to use Ternary conditional logic
  • Understand Compound Ternary logic
  • Learn to implement Ternary logic that executes functions!
  • Discover how to minimize DOM operations in your code
  • Learn how the Chrome Dev Tools are your best friend
  • Understand how the SOLID principles apply in JavaScript
  • Sharpen your JavaScript skills with the things nobody tells you about… and much, much more!
Table of Contents

01 Starting with JavaScript Best Practices
02 Avoiding Global Variables
03 Variable Naming Conventions
04 Automatic Semi-Colon Insertion
05 The Ternary Conditional
06 Compound Ternary Condtitionals
07 Ternary Function Invocation
08 Minimal DOM Operations
09 The Chrome Dev Tools
10 Applying SOLID Principles
11 Wrap Up