Skip to main Content

English Delivery Only: Core JavaScript

  • Código del Curso JSC
  • Duración 2 días

Otros Métodos de Impartición

Clase de calendario Precio

eur1,190.00

Solicitar Formación Grupal Inscribirse

Método de Impartición

Este curso está disponible en los siguientes formatos:

  • Clase de calendario

    Aprendizaje tradicional en el aula

  • Aprendizaje Virtual

    Aprendizaje virtual

Solicitar este curso en un formato de entrega diferente.

*** Course delivered in English (UK - (GMT)) ***

Core JavaScript Course Overview

JavaScript is one of the most popular and commonly used programming languages today. Not only is it the language of the web and front-end frameworks li

Calendario

Parte superior
    • Método de Impartición: Aprendizaje Virtual
    • Fecha: 29-30 enero, 2026 | 10:30 AM to 6:00 PM
    • Sede: Aula Virtual (W. Europe )
    • Idioma: Español

    eur1,190.00

    • Método de Impartición: Aprendizaje Virtual
    • Fecha: 03-04 febrero, 2026 | 10:30 AM to 6:00 PM
    • Sede: Aula Virtual (W. Europe )
    • Idioma: Español

    eur1,190.00

    • Método de Impartición: Aprendizaje Virtual
    • Fecha: 12-13 marzo, 2026 | 10:30 AM to 6:00 PM
    • Sede: Aula Virtual (W. Europe )
    • Idioma: Español

    eur1,190.00

Dirigido a

Parte superior

Who will the Course Benefit?

The course is aimed at those who are new or have had little exposure to JavaScript,and who will be responsible for building or maintaining JavaScript apps. It may also be of value to those who wish to refresh/renew their knowledge of JavaScript after some time away from it.

Objetivos del Curso

Parte superior

Course Objectives

This course aims to provide delegates with the skills and knowledge necessary to write basic JavaScript code that exploits variables,functions,conditional and iterative statements,and objects. Delegates should also be able to exploit their knowledge of the DOM,event handling,and Web APIs to make web pages dynamic and interactive.

Core JavaScript Training Course

Course Contents - DAY 1

Course Introduction

  • Administration and Course Materials
  • Course Structure and Agenda
  • Delegate and Trainer Introductions

Session 1: INTRODUCTION

  • Setting up the development environment
  • What is JavaScript?
  • HTML and CSS - a brief refresher
  • Embedding JavaScript in HTML
  • Executing JavaScript with NodeJS
  • Browser JS vs. NodeJS
  • A simple example
  • Syntax and comments
  • ECMAScript and JavaScript
  • Deployment

Session 2: VALUES,VARIABLES AND TYPES

  • Values
  • Variables
  • var,let,and const
  • Naming conventions
  • Numbers
  • Strings
  • Booleans
  • Arrays
  • Objects
  • The typeof operator
  • Dynamic typing
  • Type conversion and coercion
  • Arithmetic
  • Handling text incl. template literals

Session 3: FUNCTIONS

  • Function declarations
  • Parameters
  • Return statements
  • Function expressions
  • Arrow functions
  • Declaration,expression,or arrow function?
  • Calling functions
  • Pass by value or reference?
  • An introduction to scope
  • Default parameters
  • Built-in functions

Session 4: PROGRAM FLOW

  • Relational and logical operators
  • Equalty comparisons and sameness
  • Truthy and falsey
  • Conditional statements
  • Iterative statements
  • Error handling
  • Debugging

Core JavaScript Training Course

Course Contents - DAY 2

Session 5: OBJECTS

  • Objects (again)
  • Properties
  • Dot notation
  • Square bracket notation
  • Function properties (methods)
  • The this keyword
  • Iterating over object properties
  • The Object type
  • Array objects and methods
  • String objects and methods

Session 6: DOM REFERENCING AND MANIPULATION

  • HTML elements and JavaScript objects
  • The DOM
  • DOM referencing
  • DOM data types
  • Element manipulation
  • Creating,adding and removing elements

Session 7: EVENT HANDLING

  • Events
  • Event propagation
  • Event listeners
  • Event listener registration
  • The event object

Session 8: WEB APIS

  • What is an API?
  • Browser APIs
  • Accessing browser APIs
  • Date
  • Math
  • RegExp
  • JSON
  • Client-side storage
  • Geolocation
  • Others

Pre-requisitos

Parte superior

Requirements

Delegates should have some previous programming experience or at least be familiar with programming concepts. Delegates should also be familiar with HTML and CSS. This knowledge can be gained by attendance on the pre-requisite Introduction to Programming - JavaScript and Modern,Responsive Websites with HTML & CSS courses.

Siguientes Cursos Recomendados

Parte superior

Further Learning

  • Intermediate JavaScript