Public Sector

We've had the pleasure of working with UK and overseas central and local government departments, including Healthcare (NHS and Foundation Trusts), Defence, Education (Universities and colleges), many of the main Civil Service departments, Emergency Services; also public-owned corporations including the BBC, Bank of England, Ordnance Survey, and regulatory bodies such as Ofgem.

We are registered on Crown Commercial Service’s (CCS) Dynamic Purchasing System (RM6219 Training and Learning) and also with numerous tender portals such as Ariba, Coupa and Delta E-Sourcing.

Read more...

Graduate Training Schemes

Framework Training has a strong track record of providing a solid introduction into the working world for technical graduates across myriad industries. We provide the opportunity to learn and gain valuable hands-on experience in a supportive, friendly and sociable training environment.

Attract & retain the brightest new starters

We know it is vital for our clients to invest in the future of their talented grads; not only to provide them with high-quality, professional training essential for their roles, but to embed them within the organisation’s culture and guide them on the right path to a successful career.

After all, your new hires could well be the next leaders and their creative ideas and unique insights are invaluable to your business.

Read more ...

Learning & Development

Our unique portfolio of high-quality technical courses and training programmes are industry-respected. They’re carefully designed so that delegates can seamlessly apply what they’ve learnt back in the workplace. Our team of domain experts, trainers, and support teams know our field — and all things tech — inside out, and we work hard to keep ourselves up to speed with the latest innovations. 

We’re proud to develop and deliver innovative learning solutions that actually work and make a tangible difference to your people and your business, driving through positive lasting change. Our training courses and programmes are human-centred. Everything we do is underpinned by our commitment to continuous improvement and learning and generally making things much better.

Read more...

Corporate & Volume Pricing

Whether you are looking to book multiple places on public scheduled courses (attended remotely or in our training centres in London) or planning private courses for a team within your organisation, we will be happy to discuss preferential pricing which maximise your staff education budget.

Enquire today about:

  • Training programme pricing models  

  • Multi-course voucher schemes

Read more...

Custom Learning Paths

We understand that your team training needs don't always fit into a "one size fits all" mould, and we're very happy to explore ways in which we can tailor a bespoke learning path to fit your learning needs.

Find out about how we can customise everything from short overviews, intensive workshops, and wider training programmes that give you coverage of the most relevant topics based on what your staff need to excel in their roles.

Read more...

JavaScript training - Master Modern JS (ES6 - ECMAScript 2025)

Learn to develop high-performance, modern JavaScript applications using ES6+ and the latest ECMAScript standards.

Book now

About the course

This comprehensive JavaScript training course is designed for developers who need to move beyond "copy-paste" scripting and master the modern language features used in today's enterprise frameworks (like React, Angular, and Node.js).

We focus on Modern JS - specifically the shift from ES5 to ES6 and beyond. You will learn how to write clean, asynchronous, and modular code. We don't just teach syntax; we explore the "why" behind modern patterns, including functional programming, the Event Loop, and the latest features in ES2025.

By the end of this course, you will have the confidence to build robust, scalable applications using the most up-to-date JavaScript standards.

By covering the core modern language features, essential async patterns, browser interaction, and necessary tooling, this workshop provides the fundamental knowledge and practical skills with JavaScript that serve as a great starting point for further exploration of topics such as TypeScript, backend development with Node.js, and popular frameworks like React and Angular.

Instructor-led online and in-house face-to-face options are available - as part of a wider customised training programme, or as a standalone workshop, on-site at your offices or at one of many flexible meeting spaces in the UK and around the World.

    • Master the core syntax of Modern JS (let/const, arrow functions, destructuring, and spread/rest operators).
    • Understand the internals of the JavaScript Engine and the Event Loop to write non-blocking code.
    • Manage complex asynchronous workflows using Promises, Async/Await, and Error Handling.
    • Implement modular, maintainable architectures using ES Modules (import/export).
    • Utilize Functional Programming patterns including Map, Filter, Reduce, and Immutability.
    • Write clean, testable object-oriented code using Classes, Private Fields, and modern Prototypes.
  • This 4-day workshop is designed for experienced software developers who are new to the JavaScript language or need to update their skills to Modern ECMAScript (ES6+) for use with contemporary frameworks like React, Angular, or Vue. It is ideal for:

    • Developers transitioning from other languages (C#, Java, Python etc.) to JavaScript development.

    • Developers with some older JavaScript experience looking to learn modern practices.

    • Developers preparing to work with modern front-end frameworks.

  • Participants should have:

    • Solid understanding of programming concepts and experience developing applications in at least one other software development language (e.g., C#, Java, Python, PHP).

    • Familiarity with web concepts (HTTP, HTML basics) is beneficial.

    No prior experience with JavaScript is required, though some prior exposure may be useful.

    We can customise the training to match your team's experience and needs - with more time and coverage of fundamentals for new developers, or a swifter pace / focus on specific topics for experienced coders.

  • This JavaScript course is available for private / custom delivery for your team - as an in-house face-to-face workshop at your location of choice, or as online instructor-led training via MS Teams (or your own preferred platform).

    Get in touch to find out how we can deliver tailored training which focuses on your project requirements and learning goals.

  • The modern language foundation

    • The Evolution of JS: From ES5 to the yearly ECMAScript release cycle.

    • Variable Scoping: Moving from var to block-scoped let and const.

    • Arrow Functions: Syntax, lexical this binding, and use cases.

    • Template Literals: Multi-line strings and expression interpolation.

    • Enhanced Object Literals: Property shorthands and computed names.

    Advanced syntax & destructuring

    • Object & Array Destructuring: Extracting data efficiently.

    • Spread & Rest Operators: Merging objects, copying arrays, and handling variable arguments.

    • Default Parameters: Writing more resilient functions.

    • The Nullish Coalescing (??) and Optional Chaining (?.) Operators: Handling null/undefined safely.

    Asynchronous Programming & the Event Loop

    • The JavaScript Runtime: Understanding the Stack, Heap, and Callback Queue.

    • The Event Loop: How JS handles concurrency without threads.

    • Working with Promises: Chaining, Promise.all, and Promise.allSettled.

    • Async/Await: Writing asynchronous code that looks synchronous.

    • Modern Fetch API: Communicating with RESTful APIs and handling JSON.

    Functional Programming Patterns

    • Immutability: Why it matters for modern UI frameworks like React.

    • Higher-Order Functions: Master map, filter, reduce, find, and every.

    • Pure Functions: Reducing side effects for easier testing.

    • Practical Functional JS: Combining array methods to process complex data sets.

    Modules and Tooling

    • ES Modules: Exporting and importing values between files.

    • Dynamic Imports: Loading code only when needed for performance.

    • Introduction to the Ecosystem: A high-level look at NPM, Vite, and Webpack.

    • Transpilation: Why we still use tools like Babel for older browser support.

    Modern Classes and Prototypes

    • Class Syntax: Constructors, methods, and inheritance (extends and super).

    • Private Class Features: Using # to encapsulate data.

    • Static Members: Utility methods and properties.

    • The Prototype Chain: Understanding what happens under the hood of a Class.

    Beyond vanilla JS – the modern ecosystem

    • Node.js: A high-level overview of JavaScript on the server.

    • The Framework Landscape: Comparing React, Angular, and Vue (when to use which).

    • TypeScript: Why many teams are moving to "typed" JavaScript.

    • State Management: Introduction to patterns like Redux and Signals.

    • Next Steps: Planning your learning path for full-stack or front-end specialization.

Trusted by

OVO Energy company logo Amadeus Services company logo

Public Courses Dates and Rates

Standard duration: 4 days

March 2nd, 2026 - £2295
June 8th, 2026 - £2295

All prices are excluding VAT.

If our published dates don't work for you, please get in touch - we are happy to explore scheduling additional courses.

Book now

Secure or reserve a space on a public scheduled course date.

Course enquiry

Send us a no-obligation enquiry about this course

Choose how you first heard about Framework Training.

Related courses