"A Training Solution Provider delivering Learning Skills to keep forever"

Call the JCS training team free now 0800 5425 150 Or mail Email | training@jcstraining.com

JavaScript, Stage 3 Duration: 2 Days

Course Overview

Prerequisites: Working knowledge or equivalent of JavaScript JavaScript SE best practices Software engineering best practice for JavaScript code, simple things that can be done now plus areas for further study.

 

 

 

Introduction

Common sense techniques

Anti-patterns Security Accessibility / Robustness

Common SE techniques and methodologies

Common design patterns

Design patterns have been used for a long time in many development languages to provide standards and structure. JavaScript now has a set of stable, reliable coding patterns that are being adopted by the JavaScript community.

Introduction, the GoF patterns, why would you? Patterns in JavaScript

Single var pattern

Literal syntax pattern

Self-invoking constructor pattern

Immediate objects

Module Singleton Memoisation Decorator