JavaScript & ECMAScript training course

UX dev with JavaScript/ECMAScript -Engage Your User & Enhance Your Corporate Image

JBI training course London UK

Live client feedback - JBI Training: 

“JBI  did a great job of customizing their syllabus to suit our business  needs and also bringing our team up to speed on the current best practices. Our teams varied widely in terms of experience and  the Instructor handled this particularly well - very impressive”

Brian F, Team Lead, RBS, Data Analysis Course, 20 April 2022

Public Courses

03/08/26 - 3 days
£1495 +VAT
14/09/26 - 3 days
£1495 +VAT
26/10/26 - 3 days
£1495 +VAT

Customised Courses

* Train a team
* Tailor content
* Flex dates
From £1200 / day
EDF logo Capita logo Sky logo NHS logo RBS logo BBC logo CISCO logo
JBI training course London UK

  • Understand the JavaScript language.
  • Understand the Document Object Model and how it is used in JavaScript.
  • How to detect and respond to user actions.
  • Testing and Debugging
  • Alter, show, hide and move objects on a web page.
  • Check information inputted into a form.
  • How to use CSS (Cascading Stylesheets).
  • How to make JavaScript cross-browser compatible.

  A short video for TDD and Clean code with JavaScript Training

 

Part 1 Introduction

This section gives an overall view of how HTML, CSS and JavaScript interact

JavaScript and web development, an overview

JavaScript with HTML, CSS and the DOM

Event driven code – standard event handling

Part 2 Programming Language – basics

This section looks at the basic building blocks for the language

The syntax rules

Variables (var, let and const)

Operators

Expressions

Part 3 Testing/Debugging techniques

The section in this course introduces some tools commonly used in the production, testing and debugging of JavaScript code.

Testing/Debugging JavaScript

Basic techniques

Code tidiers, syntax checkers & validators

Online testing

Browser based tools

Part 4 Programming Language - structure

This section covers the control structures available in JavaScript

Loops & Decision structures

If… statements

Conditional operator

Switch statement

Loops

Functions, arrows, generators and functional programming

Error handling - try, catch, finally, throw

Part 5 Programming Language

This section uses various in-built dialog box styles to display messages on the screen and looks at JavaScript’s built in functions

Dialog boxes

alert

confirm

prompt

 Built-in Functions

Part 6  Objects

This section looks at objects in JavaScript, both the inbuilt ones that are available (including how to use them) plus how to create and use user defined objects

Built-in objects

Arrays

Date

Math

String

RegEx

Writing Object Oriented JavaScript

Creating and using user defined Objects

Prototypal inheritance

          What is it

          How to use it effectively

Class (available in newer versions of the ECMAScript standard)

Part 7  DOM manipulation – JavaScript for the modern web

This section looks in more depth at using the DOM, what it provides in terms of webpage manipulation and how to access and use it with JavaScript

The DOM (Document Object Model)

Navigating the DOM with JavaScript

Differences in DOM coding standards

Reading JSON and XML data

Changing styles

Menus with JavaScript (and CSS)

Animation

Single page applications, display and hide areas of your page

Form validation and manipulation

Mobile ready web pages (responsive web)

Examples and Exercises

There are extensive sets of examples available for this course that illustrate the basic syntax of JavaScript and its practical use on modern webpages.

In addition to the examples there are practical exercises in each section that allow attendees to explore and consolidate their knowledge of the concept.

JBI training course London UK

Web and IT professionals who are completely new to JavaScript and who need to gain hands-on experience of developing commercial JavaScript systems

5 star

4.8 out of 5 average

Live client feedback - JBI Training: 

“JBI  did a great job of customizing their syllabus to suit our business  needs and also bringing our team up to speed on the current best practices. Our teams varied widely in terms of experience and  the Instructor handled this particularly well - very impressive”

Brian F, Team Lead, RBS, Data Analysis Course, 20 April 2022



“JBI  did a great job of customizing their syllabus to suit our business  needs and also bringing our team up to speed on the current best practices. Our teams varied widely in terms of experience and  the Instructor handled this particularly well - very impressive”

Brian F, Team Lead, RBS, Data Analysis Course, 20 April 2022

 

 

JBI training course London UK

Certification


Every delegate will be entitled to a certificate of achievement on completion of the course.

If you are missing your certificate - please use the link below to apply - you can also use this link to sign up for the JBI Training newsletter to receive technology tips directly from our instructors - Analytics, AI, ML, DevOps, Web, Backend and Security.
 



This Hands-On JavaScript training course provides an intensive introduction to the essential syntax, features and capabilities provided by JavaScript.

It will use practical examples and sessions to introduce the concepts and language commonly used in developing modern functionality for applications and web sites for the internet and mobile devices.  During the practical sessions the attendees will also be shown how to use debugging tools and other syntax and standards tools to help them.

The course covers some of the newer syntax available with ECMAScript versions whilst focusing on cross browser and platform compatible code.

This course gives attendees a chance to use modern techniques such as Single Page Applications and Responsive Design.  It is especially useful for creating advanced feature-rich web sites within the latest browser environments. You will learn how to validate forms, animate, manipulate and add dynamic content and style to your website.

The course starts with a brief overview of the modern web development landscape and how all the parts (i.e. HTML, CSS, JavaScript, JS libraries/frameworks, AJAX) interact.

Each module is covered using a mixture of discussion, instruction and practical hands-on exercise(s).

The exercises are available on 2 levels (decided by the student); a “pre-made” web page where a less experienced attendee can add and modify existing HTML/CSS code or a “roll-your-own” site where attendees with some previous knowledge can design and build their own websites.

Each exercise builds on the previous one working towards a final functioning website displaying responsive design, cross platform code and feature sniffing.

 

JBI Training offers twelve courses in this group covering established and foundational web technologies and JavaScript at all levels. Available courses include JavaScript and ECMAScript (three days), JavaScript Intermediate (three days), JavaScript Advanced (three days), JavaScript with Node Beyond the Basics (two days), ECMAScript 6 Introduction (three days), CSS Cascading Style Sheets (two days), jQuery (two days), MongoDB (two days), Backbone.js (two days), Aurelia (three days), Google Polymer.js (three days), and Ext JS (four days). All courses are available as scheduled classroom sessions in London, as live online instructor-led training, or as customised onsite programmes for web development teams.
JavaScript frameworks such as React, Angular, and Vue abstract many details of how JavaScript works, but developers who lack solid JavaScript fundamentals frequently struggle to debug framework code, understand performance issues, or work effectively beyond the patterns the framework provides. A strong grounding in core JavaScript — including the event loop, closures, prototypal inheritance, asynchronous programming with promises and async/await, and the module system — is the foundation that makes developers more effective with any framework or library they use. JBI's three-level JavaScript curriculum (introductory, intermediate, and advanced) is designed to build this foundation systematically regardless of which front-end framework a developer ultimately works with.
ECMAScript is the specification that defines the JavaScript language — the version numbers (ES5, ES6, ES2020, etc.) refer to successive editions of that specification. ECMAScript 6 (also known as ES2015) was the most significant update to JavaScript in over a decade, introducing arrow functions, classes, template literals, destructuring, the spread and rest operators, modules, Promises, let and const declarations, and many other features that are now foundational to modern JavaScript development. JBI's three-day ECMAScript 6 Introduction course covers all of the major ES6 features in depth, with practical exercises applying each feature in realistic web development scenarios. It is suited to JavaScript developers who learned the language before ES6 and want to modernise their skills.
MongoDB is the most widely used document-oriented NoSQL database. Unlike relational databases that store data in tables and rows, MongoDB stores data as flexible JSON-like documents — making it well-suited to applications with variable or evolving data structures, high write throughput requirements, or hierarchical data. JBI's two-day MongoDB course covers the MongoDB architecture and document model, CRUD operations, querying and indexing, the MongoDB aggregation pipeline for data analysis, schema design patterns, replication and high availability, and integrating MongoDB with Node.js applications. It is suited to developers and data engineers building or working with MongoDB-backed applications.
jQuery is a JavaScript library that simplifies DOM manipulation, event handling, AJAX requests, and animation across different browsers. It was the dominant JavaScript library for web development for many years and is still present in a very large number of websites and web applications worldwide — including many maintained enterprise and government systems. While modern frameworks have reduced the need for jQuery in new greenfield development, jQuery skills remain highly relevant for developers maintaining, upgrading, or extending existing codebases that rely on it. JBI's two-day jQuery course covers selecting and manipulating DOM elements, handling events, making AJAX calls, working with jQuery plugins, and integrating jQuery with other web technologies.
CSS (Cascading Style Sheets) is the language used to control the visual presentation of web pages — including layout, typography, colour, spacing, and responsive behaviour across different screen sizes. JBI's two-day CSS course covers the CSS box model, selectors and specificity, positioning and layout techniques including Flexbox and CSS Grid, responsive design with media queries, CSS variables and custom properties, transitions and animations, and best practices for writing maintainable and scalable CSS. It is suitable for web developers, designers, and anyone responsible for the front-end presentation of websites and web applications who wants to build or consolidate their CSS skills.
Yes. All courses in this group can be delivered as customised onsite or online programmes for corporate web development teams. Content and exercises can be tailored to the team's technology stack, existing codebase, and specific learning objectives — for example, a team maintaining a large legacy jQuery-based application can receive training focused on jQuery patterns and modernisation strategies, while a team building Node.js backend services can receive JavaScript and Node training focused on their specific architecture. JBI has delivered web development training for engineering teams at organisations including the BBC, NHS, RBS, Sky, EDF, and Cisco.
Yes. JavaScript and its ecosystem evolve continuously with new ECMAScript specifications released annually, and JBI's JavaScript training content is regularly reviewed to reflect the latest stable language features, current best practices, and modern tooling. This includes updates to JavaScript syntax and APIs, Node.js runtime developments, changes to the CSS specification including new layout and styling capabilities, and the evolving relationship between foundational JavaScript skills and AI-assisted coding tools such as GitHub Copilot and Claude Code — where strong JavaScript fundamentals are increasingly important for evaluating and steering AI-generated code effectively.

CONTACT
+44 (0)20 8446 7555

[email protected]

 

Copyright © 2026 JBI Training. All Rights Reserved.
JB International Training Ltd  -  Company Registration Number: 08458005
Registered Address: Wohl Enterprise Hub, 2B Redbourne Avenue, London, N3 2BS

Modern Slavery Statement & Corporate Policies | Terms & Conditions | Contact Us

POPULAR

AI training courses                                                                        CoPilot training course

Threat modelling training course   Python for data analysts training course

Power BI training course                                   Machine Learning training course

Spring Boot Microservices training course              Terraform training course

Data Storytelling training course                                               C++ training course

Power Automate training course                               Clean Code training course