JavaScript 101
Duration: 42:57
Created with
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.
Ready to Level Up Your Skills?
Join thousands of learners on 02GEEK and start your journey to becoming a coding expert today!
Enroll Now for Free!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?
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!
OOP and DOM
Two basics which are very important in programming and provide discipline which helps you learn and stay organized
What are Variables?
Variables are the building blocks of any language, so it's best to be very familiar with them and their usage.
Strings
Strings are an important part of programming; they can be manipulated, passed as parameters and a lot more.
Creating Javascript Comments
Comments are a great asset of programming. They will help make the code more understandable and manageable
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.
Boolean
Booleans help us make important decisions in programming by proving yes or no information.
Ready to Level Up Your Skills?
Join thousands of learners on 02GEEK and start your journey to becoming a coding expert today!
Enroll Now for Free!