Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JavaScript for Beginners
Rating: 4.4 out of 5(34 ratings)
121 students

JavaScript for Beginners

Follow these step-by-step tutorials to master JavaScript.
Created byErnest Jones
Last updated 8/2017
English

What you'll learn

  • Learn JavaScript syntax
  • Learn to write and use JavaScript functions, loops, and conditionals
  • Learn about the DOM and how to manipulate it
  • Learn about functions JavaScript provides that you can utilize

Course content

4 sections52 lectures3h 37m total length
  • Introduction2:12

    Introduction to beginning JavaScript.

  • Statements3:20

    In this video we setup our first JavaScript code and explain statements

  • Variables5:13

    Initial review of variables in JavaScript.

  • Variables Part 22:36

    We review why JavaScript is a considered a loosely typed language.

  • Using an external file3:21

    Using an external JavaScript file.

  • Functions4:12
  • Functions Part 23:43
  • Operators7:01

    Operators in Javascript.

  • Conditionals Part 14:46

    Conditionals in Javascript.

  • Conditionals Part 22:30
  • Loops3:14

    Loops in Javascript.

  • Loops Part 22:42

    Loops in JavaScript.

  • Function and if statement3:31

    Function and an if statement.

  • Return statement3:13

    In this video we examine the return statement.

  • Global and local variables3:25

    In this video we examine the global and local variables.

  • Pass by value1:30

    In this video we examine passing by value.

  • Arrays4:40

    In this video we examine arrays.

Requirements

  • We will use Notepad++ but any text editor is fine
  • A basic understanding of HTML and CSS helps

Description

Nearly every interactive website you visit is using JavaScript. It has become the the default coding language of the internet. If you want to move beyond creating simple static web pages, it is essential to understand the basics of JavaScript. This course will teach you all the essentials of the JavaScript language. You will learn all about JavaScript variables, functions, conditionals and many more items. You will also learn about how to use the DOM or Document Object Model. When it comes to the JavaScript, nothing is more important than understanding the DOM if you want to understand how to use JavaScript effectively. So we will spend several videos examining how JavaScript works with the DOM.

I firmly believe it is important to understand the core concepts to any language. And so, as always, I will stress concepts first and foremost.

In this JavaScript Beginners course, I will teach you all the main concepts of JavaScript.. Once you understand how to use JavaScript, it will be much easier for you to learn other scripting tools such as JQuery and Angular JS. That is because the basic concepts to scripting languages are all very simialr. This will put you on the road to creating highly interactive web pages that respond to users.

Watch hours of engaging video lectures, and study all the code examples that will be provided. With this course, you will become fully competent in JavaScript!

Who this course is for:

  • This course is meant for absolute beginners