Modern JavaScript and Software Front-End Development
- Description
- Curriculum
- FAQ
- Reviews
Modern JavaScript is really a wide and moving target. You may have learned JavaScript five years ago and some of those techniques may be considered old by today’s standards, just as you may know JavaScript techniques from 20+ years ago that are still considered modern best practices. My intent is to take you on a guide through JavaScript’s various ins and outs to learn modern JavaScript as it’s known today.
In this course I will explain:
-
The Steps to Becoming a JavaScript Developer
-
the tools and the knowledge needed
-
-
JavaScript basics
-
What is JavaScript
-
Script loading strategies
-
Variables
-
Constants
-
Operators
-
Conditionals
-
Events
-
Strings
-
Functions
-
-
Strings and arrays
-
Interaction with HTML pages
-
Use JavaScript to interact with a form
-
Manage the events in input elements in a form with JavaScript
-
Use JavaScript to change the CSS style of HTML elements
-
The document Object
-
-
Troubleshooting JavaScript
-
JavaScript building blocks
-
Conditionals
-
Looping code
-
Functions
-
-
More on events
-
Event listeners
-
Event objects
-
Event properties and methods
-
-
JavaScript objects
-
Object properties and methods
-
Objects within objects
-
Set and modify object members
-
Create objects
-
-
JavaScript object prototypes
-
The prototype chain
-
Shadowing properties
-
Setting prototypes
-
Own properties of prototypes
-
Prototypes and inheritance
-
-
Object-oriented programming in JavaScript
-
Classes and instances
-
Inheritance
-
Encapsulation
-
OOP in JavaScript
-
-
Working with JSON data
-
Asynchronous JavaScript: traditional
-
Why Asynchronous JavaScript
-
Event handlers with Asynchronous JavaScript
-
Asynchronous JavaScript and Callbacks
-
-
Asynchronous JavaScript: modern
-
Promises
-
The fetch() API
-
Promise chaining
-
Handle errors with promises
-
Promise Terminologies
-
Combination of multiple promises
-
async and await
-
Workers
-
-
Client-side web APIs
-
What are APIs?
-
Common browser APIs and common third-party APIs
-
How do APIs work?
-
Document Object Model (DOM) APIs
-
APIs for fetching data from a server
-
Third party APIs
At the end we will see some applications to verify what we have learned in this course.
-
-
3Why JavaScript?Video lesson
-
4What is a JavaScript developer?Video lesson
-
5The basicsVideo lesson
-
6Pick up your FrameworkVideo lesson
-
7JavaScript frameworks and libraries: differencesVideo lesson
-
8Main frameworks and librariesVideo lesson
-
9Learn CSS and HTML-5Video lesson
-
10Tools to use: Editor/DIEVideo lesson
-
11Tools to use: Debugging toolsVideo lesson
-
12Pick Up your Design PatternVideo lesson
-
13Front end vs back endVideo lesson
-
14The Document Object Model (DOM): the web page structureVideo lesson
-
15Communication between front end and back end: Asynchronous operationsVideo lesson
-
16Communication between front end and back end: REST and GraphQLVideo lesson
-
17More terms and concepts to consider for front-end developmentVideo lesson
-
18What is JavascriptVideo lesson
-
19What is JavaScript doing on your page?Video lesson
-
20Javascript in JS files and in the HTML code as scriptVideo lesson
-
21Script loading strategiesVideo lesson
-
22VariablesVideo lesson
-
23The let and var keywordsVideo lesson
-
24variable naming rulesText lesson
-
25Types of variablesVideo lesson
-
26Dynamic typingVideo lesson
-
27ConstantsVideo lesson
-
28CommentsVideo lesson
-
29OperatorsVideo lesson
-
30Math in JavascriptText lesson
-
31Conditionals (I)Video lesson
-
32Conditionals (II)Video lesson
-
33EventsVideo lesson
-
34FunctionsVideo lesson
-
35StringsVideo lesson
-
36Useful string methods (I)Video lesson
-
37Useful string methods (II)Video lesson
-
38Useful string methods (III)Video lesson
-
39Useful string methods (IV)Video lesson
-
40Useful string methods (V)Video lesson
-
41Useful string methods (VI)Video lesson
-
42Useful string methods (VII)Video lesson
-
43Arrays (I)Video lesson
-
44Arrays (II)Video lesson
-
45Arrays (III)Video lesson
-
46Arrays (IV)Video lesson
-
47Array (V)Video lesson
-
48Use JavaScript to display and hide HTML elementsVideo lesson
-
49Use JavaScript to get the values of attributes of HTML elementsVideo lesson
-
50Use JavaScript to interact with a formVideo lesson
-
51Example of form validation scriptVideo lesson
-
52Manage the events in input elements in a form with JavaScriptVideo lesson
-
53Use JavaScript to change the CSS style of HTML elementsVideo lesson
-
54The document Object (I)Video lesson
-
55The document Object (II)Video lesson
-
56The document Object (III)Video lesson
-
57The $ signVideo lesson
-
58Canvas APIVideo lesson
-
63JavaScript building blocks overviewVideo lesson
-
64Conditionals: if, else if, else (advanced)Video lesson
-
65Conditionals: switchVideo lesson
-
66Conditionals: ternaryVideo lesson
-
67Looping code: the For loopVideo lesson
-
68Looping code: while and do ... WhileVideo lesson
-
69Functions (I)Video lesson
-
70Functions (II): Anonymous functions and arrow functionsVideo lesson
-
71Functions (III): scope and conflictsVideo lesson
-
72Function return valuesVideo lesson
-
73IntroductionVideo lesson
-
74Starting using some events: the addEventListener()Video lesson
-
75Other eventsVideo lesson
-
76Other events: some examplesVideo lesson
-
77Removing listenersVideo lesson
-
78Other event listener mechanismsVideo lesson
-
79The Event objectVideo lesson
-
80Properties of the Event objectsVideo lesson
-
81Preventing default behavior of an eventVideo lesson
External Links May Contain Affiliate Links read more