02Geek HTML5 and JavaScript, TypeScript, React, Flash, ActionScript online School

JavaScript 101

In our first title on 02Geek JavaScript we learn the basics of the language. how to create variables and other basic operations.

Duration:

42:57

Created with

Ben Fhala

Ben Fhala

Ben Fhala is the creative force and founder behind 02geek, a pioneering platform dedicated to making web development accessible to everyone. With over 18 years of experience in the industry, Ben has a deep passion for teaching and a knack for breaking down complex concepts into easy-to-understand lessons.

JavaScript 101 Overview

What you'll learn

JavaScript doesn't need to be hard! Until now you scanned the web to find tutorials or a fast script that did something close to what you wanted. Being a task-oriented soul, you started to develop a hatred for the language mainly because you just didn't get it. It seemed hard as you just took a deep dive into it and hoped for the best. You're creative, right? You probably think you'll never be a great developer as you don't use that particular space in your head: you think visually. Stop that negative thinking! Most of the web resources have one goal: to sell you something or to show off. It's really hard to find a fully detailed and planned explanation of the things you really need to know (mainly because it's not profitable and it's easy to jump around when there are hot trends.) That just isn't us because we have a sharp focus on education: that's how we make our income and we do it out of love to make technical things easier for everyone. This title goes a bit faster then some of our others, so if you're really new to programming, don't forget to check out "developer basics" titles in our catalog.

Intro

It's never been easier to start learning programming in JavaScript. We live in an HTML5 world: what would be better than learning how to code with JavaScript and HTML5?

03:59

The Script Tag

You must know about script tags in order to code in JavaScript, so let’s jump into it and learn with style!

04:26

OOP and DOM

Two basics which are very important in programming and provide discipline which helps you learn and stay organized

02:45

What are Variables?

Variables are the building blocks of any language, so it's best to be very familiar with them and their usage.

01:37

Strings

Strings are an important part of programming; they can be manipulated, passed as parameters and a lot more.

10:39

Creating Javascript Comments

Comments are a great asset of programming. They will help make the code more understandable and manageable

00:52

Numbers

Math is everywhere; numbers are everywhere. JavaScript lets us use them and apply math on them, so let’s have fun and learn about Numbers in JavaScript.

09:29

Boolean

Booleans help us make important decisions in programming by proving yes or no information.

09:10