English Delivery Only: Core JavaScript
- Código del Curso JSC
- Duración 2 días
Otros Métodos de Impartición
Salta a:
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.
Temario
Parte superiorJavaScript 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 like Angular and React,but it can now be used to build anything (front-end,back-end,or otherwise) thanks to runtimes like NodeJS.
This course is designed to provide delegates with the fundamental knowledge and skills necessary to code in JavaScript,but with special attention on the front-end. Delegates will learn about variables and data types,functions,program flow,the DOM,event handling,and Web APIs.
Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.
NB: This course assumes ES6 as the baseline specification for JavaScript. This is because ES6 is now widely supported.
Curso Remoto (Abierto)
Nuestra solución de formación remota o virtual, combina tecnologías de alta calidad y la experiencia de nuestros formadores, contenidos, ejercicios e interacción entre compañeros que estén atendiendo la formación, para garantizar una sesión formativa superior, independiente de la ubicación de los alumnos.
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
-
- 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
-
- 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
Dirigido a
Parte superiorThe 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 superiorThis 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.
Contenido
Parte superiorCourse 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
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 superiorDelegates should have some previous programming experience or at least be familiar with programming concepts. Delegates should also be familiar with HTML and CSS.
Siguientes Cursos Recomendados
Parte superior- Intermediate JavaScript