Core JavaScript (STA_JSC)



Kursarrangør: SG Partner AS
Sted: Nettkurs / Nettstudie
Hele landet
Type:Bedriftsinternt / Større grupper
Nettkurs og nettstudie
Studie / yrkesutdanning
Undervisningstid: Ta kontakt for informasjon
Varighet: 2 dager
Pris: 14.500
Neste kurs: 06.06.2024 | Vis alle kursdatoer

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.

Course overview:
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 like Angular and React,but it can now be used to build anything (front-end,back-end,or otherwise) thanks to runtimes like NodeJS.
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.

Course objectives:
Course Objectives This course aims to provide delegates with the skills and knowledge necessary to write basic Ja-vaScript 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.


Course content:
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


COURSE PREREQUISITES:
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.


Target audience:
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.