GRATIS Preview Of JavaScript Beginner - Language Of The Web
- Description
- Curriculum
- FAQ
- Reviews
This is an entire module preview of my JavaScript – Learn the Language of the Web Course.
You can get in touch with me and my way of teaching.
I am creating high-quality content and I want you to have a quality sample before buying anything from me.
Learn the Language of the Web Enjoyably!
This preview gives you a detailed inside about JavaScript, and why you should learn it. It teaches you the basics of how a program is structured and how to define variables and work with them.
You will take a dive into the history of JavaScript. How JavaScript programs are written and why. Learn about the fundamental data types, the differences, and how to create them. A few practical examples are also included.
The entire course comprises
-
Go from Zero to Hero and get you built your own applications
-
Build your own first web games & web applications
-
15 Modules with 87 Video Lectures and >20h of Video Content
-
to get you from zero to hero
-
22 In-Depth Examples
-
exciting examples & assignments from your favorite tv shows and movies (TAAHM, Narcos, Simpsons)
-
18 Assignments
-
>200 Quiz Questions
-
Including Graduation Exercise
-
You can save up a huge discount by subscribing to my newsletter
-
The subscription is free and cancel anytime
-
1IntroductionVideo lesson
-
2Arnold Abraham & Arnold Code AcademyVideo lesson
This chapter is an introduction of mine. My motivation behind these courses. My experience so far and also my achievements. Ultimately, why my courses are different compared to any other course and why you can listen and trust my voice.
-
3Introduction to JavaScriptVideo lesson
Explore that JavaScript is the language of the Web and that you should learn this language because the majority uses it. All web browsers include a JavaScript interpreter. To build Web Applications, you have to know the holy Triad of HTML & CSS & JavaScript.
I explain to you the history of JavaScript a.k.a ECMAScript in a brief overview. You will be bootstrapped for a little chit-chat with your colleagues and know whenever I speak of ES6, ECMAScript 3, or ECMAScript 5.
I also give you an overview of the distinct features in each version and which will be explained during this course and which in my JavaScript Advanced Course.
There are 2 parts of JavaScript, dependent on the field of application. 1. “client-side JavaScript” - Browser 2. „server-side JavaScript“ - Server
The JavaScript Core Functionality comprises: Lexical structure, Types, Values, Variables, Statements & Expressions & Operators, Objects & Arrays, Functions, Classes & Functions. You will understand what is Core JavaScript and why there is a difference to Client-Side JavaScript.
-
4Play First Learn Later - Code Example HTML/CSS & JavaScriptVideo lesson
I show you a minor example of my DUC-Idle Game (www.ducidle.com) and explain to you the language concepts and what to accomplish in a minor example of the DUC-Idle Character Guessing Game. It has almost anything you will learn in this course. Everything would be too much, but after the course, you are going to bring this application to the next level with all the gathered knowledge from this course.
-
5SummaryVideo lesson
All we need is a simple program called Visual Studio Code and we will install and setup it together.
Download page: https://code.visualstudio.com/updates/ - Version: 1.56.
We need the Chrome Browser - for the client-side and for debugging - Version: 90.0.4430.93 (Official Build) (x86_64).
Then we set up the environment and create our first JavaScript program together.
-
8Types Values and Variables - Part 1Video lesson
Computer programs work by storing values into variables and manipulating values of these variables (containers).
The fundamental characteristic of a programming language is the set of types it supports.
When a program needs to retain a value for future use assigns the value to (or “stores” the value in) a variable.
-
9Types Values and Variables - Part 2Video lesson
JavaScript distinguishes between two basic types: Primitive and Object. You will take a closer look at the object type.
-
10Types Values and Variables - Part 3Video lesson
The Summary of this chapter is about the two basic types of JavaScript comprises
External Links May Contain Affiliate Links read more