Learn Essential Javascript Fundamentals

Learn basic and advanced JavaScript in one hour. Understand data types, control flow, DOM manipulation, and create a functional JavaScript-based webpage.

  • Overview
  • Curriculum
  • Instructor
  • Review

Brief Summary

This one-hour course dives into JavaScript, the lively language that makes websites interactive. Starting from where to write your code to manipulating data, control flow, and interacting with HTML, you'll ace the basics and even build a simple webpage by the end!

Key Points

  • JavaScript adds functionality to websites.
  • Learn to write JavaScript in different ways (HTML tags, <script> tags, separate files).
  • Manipulate basic data types: numbers, strings, and Booleans.
  • Understand arrays and functions for code organization.
  • Explore control flow: if statements and loops.
  • Interact with HTML using the Document Object Model (DOM).
  • Handle errors effectively.
  • Create a JavaScript-based webpage as a final project.

Learning Outcomes

  • Write basic JavaScript code in various environments.
  • Manipulate data types like strings and arrays.
  • Implement control flow with conditions and loops.
  • Use the DOM to interact with HTML elements.
  • Create a fully functional JavaScript webpage.

About This Course

Sit through one hour of training and walk out understanding Javascript at its core.

Overview

JavaScript is a programming language that can be run by all modern web browsers. It is downloaded alongside the HTML code of a webpage. Unlike HTML, which can only be used to display content, JavaScript allows web designers to add functionality and interactivity to their websites.


What you will learn

We will begin the course by learning where to write JavaScript. We will look at writing JavaScript directly inside an HTML tag, then inside of a <script> tag, and then finally in a file separate from the HTML document. We will discuss some of the reasons for using each method.

After that, we will learn about how to manipulate some basic data types. We will learn about how to do simple arithmetic, and also look at some of JavaScript's built-in mathematical capabilities. Then, we will learn about working with words and characters, using a data type known as the "string". We will also cover the Boolean type, which is a representation of True and False inside of a programming language.

Then we will move on to more complex types. We will learn about the array, which is essentially a list. We will look at how to create arrays, how to access elements inside them, and how to modify the contents of an array. Functions will also be covered, which will allow us to organize code into simple, reusable pieces. We will also learn about objects, which are a way of grouping together data and behaviors.

We will then move on to control flow. We will look at the "if" statement, which allows the script to decide whether or not to execute a block of code based on some condition. We will also look at looping. Looping refers to repeatedly executing a block of code until some condition is met. Then, we will learn about errors, and how to handle them properly so that they do not halt execution of the script.

Next, we will look at the Document Object Model ( DOM ). This is what allows JavaScript to interact with the HTML code of a webpage. We will look at several ways of finding any particular HTML element on the page. Then we will see what information we can extract from that element (tag name, attributes,etc.). We will learn about adding and removing elements from a page. Finally, we will learn about events, which allows JavaScript to react to things like mouse clicks, mouse movement, key presses, and many others.

We will end the course with a practical exercise, in which we will build a simple JavaScript-based webpage. We will put to use most of the concepts covered in the course. We will look at how to validate user input, how to display results, and how to display meaningful error message to the user.

Prerequisites

HTML: The student must know how to use HTML tags and attributes. Only a very basic understanding of HTML is assumed.

Google Chrome (Recommended): Google Chrome is a free web browser and it will be

used to execute all the examples in this course. Although all browsers can run JavaScript, Chrome has extensive built-in developer tools. In the course, we will be using Chrome's JavaScript console, which will allow us to run quick little examples without the need to create and edit files.

Notepad++ (Recommended): Notepad++ is a free, open-source text editor. Although JavaScript and HTML can be written using any text editor, Notepad++ is highly recommended because of features such as syntax highlighting and auto-complete.

  • You will acquire knowledge of DOM, events, loops, conditions, statements and many more..

  • You will be able to create simple JavaScript based webpage

Instructor

Profile photo of EDUmobile Academy
EDUmobile Academy

EDUmobile Academy develops high quality video training courses around topics in mobile development including iPhone, Android, Windows Phone, Java, Responsive Web Design and other emerging technologies. Every course is created by an expert developer AND a trained mentor in the area of expertise. Each course undergoes a rigorous planning, review and an internal quality check phase - to ensure that...

Review
4.9 course rating
4K ratings
ui-avatar of W C
W C.
5.0
1 year ago

Excellent. Just what I needed.

  • Helpful
  • Not helpful
ui-avatar of Geert-Jan van der Wolf
Geert-jan V. D. W.
4.5
2 years ago

You will learn the fundamentals of Javascript. The instructor take the time to show you what when you do something of omit something. This last one is very handy in case your looking at why it works not at all or different than you are aiming for. After completing this course you will have some basic skills to work with Javascript. Also, it gets you over the bump of looking at Javascript incomprehensively. To me, it starts there to enable myself learning more.

  • Helpful
  • Not helpful
ui-avatar of Pat Kelly
Pat K.
4.0
2 years ago

Quick but good intro.

  • Helpful
  • Not helpful
ui-avatar of Nicole Aragones
Nicole A.
5.0
4 years ago

Great course! I learned a lot in a short amount of time. The instructor had a good pace and covered all the basics of the topics.

  • Helpful
  • Not helpful
ui-avatar of Omotayo Hamzat
Omotayo H.
4.0
6 years ago

good!

  • Helpful
  • Not helpful
ui-avatar of Ilaria Corda
Ilaria C.
5.0
7 years ago

Great course so far, filled with relevant and handy info and notions.

  • Helpful
  • Not helpful
ui-avatar of David Orme
David O.
5.0
7 years ago

The tutorial is great for a quick introduction to JS. It is a fast way to gain an understanding for the power of JS. This should be your first tutorial before any other.

  • Helpful
  • Not helpful
ui-avatar of Cecilia
Cecilia
5.0
7 years ago

Very easy to follow.

  • Helpful
  • Not helpful
ui-avatar of Gourav Pathela
Gourav P.
5.0
7 years ago

Good. Pretty straight forward

  • Helpful
  • Not helpful
ui-avatar of Sumit Lepcha
Sumit L.
2.5
7 years ago

If you discuss the examples to be covered at the beginning, it would help understand what is about to get discussed.

  • Helpful
  • Not helpful
Leave A Reply

Your email address will not be published. Required fields are marked *

Ratings

Courses You May Like

Lorem ipsum dolor sit amet elit
Show More Courses