Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn JavaScript for beginners
Rating: 4.1 out of 5(666 ratings)
38,733 students

Learn JavaScript for beginners

Explore the fundamental concepts of JavaScript and how to being adding JavaScript to your web pages
Created byLaurence Svekis
Last updated 11/2024
English
English [Auto],

What you'll learn

  • Write JavaScript code
  • Create simple JavaScript applications

Course content

2 sections22 lectures1h 49m total length
  • Introduction to JavaScript3:02

    Explore the fundamentals of JavaScript and how to add it to webpages. Learn JavaScript variables, arrays, objects, functions, conditions, switch statements, loops, and built-in methods to build interactive code.

  • Getting Started with JavaScript7:18

    Learn to embed javascript with the script tag, place it in head or before closing body, use external files, comment code, and debug in the dev console.

  • Introduction to JavaScript Variables10:20

    Learn how to declare and use variables in JavaScript in apps.js or script tags, enabling multi-page flexibility. Discover strings, numbers, booleans, case sensitivity, naming conventions, and debugging with console.log.

  • Variables and Operators in JavaScript7:23

    Learn to use variables and the addition operator for age arithmetic, including increment and decrement, plus string concatenation and basic operations, with arrays and objects coming next.

  • Source Code lesson 2-40:16
  • JavaScript Variables
  • JavaScript Array Introduction6:04

    Learn how to declare arrays in JavaScript using square brackets, store multiple values, and access or update items by index (starting at zero), using built-in methods like length and sort.

  • JavaScript Objects6:51

    Explore how objects store values as properties using curly braces, colons, and dot or bracket notation. Learn to access and dynamically update these values to output content in JavaScript.

  • Array and object example0:07
  • JavaScript Functions examples10:41

    Discover how to define and call functions in JavaScript, using function names, parentheses, and curly braces, and pass arguments, with local and global scope, default values, and return values.

  • JavaScript Working with Arrays7:52

    Explore JavaScript arrays by creating arrays, sorting and reversing, and using push, pop, shift, unshift, and splice to add, remove, and update items.

  • Functions and arrays source code0:17
  • JavaScript Methods10:12

    Explore built-in string, number, and date methods in JavaScript, including slice, length, replace, toUpperCase, toLowerCase, toString, and Math operations such as random, rounding, and date formatting.

  • Methods source code0:03
  • JavaScript Conditions8:19

    Explore javascript conditions by using variables, booleans, and control flow with if, else, and switch statements, including cases, default, and break to create dynamic, true or false outcomes.

  • Source Code Conditions0:20
  • JavaScript
  • JavaScript Loops7:42

    Explore how loops in JavaScript control repeated code execution, including for, while, and do loop, and iterate through arrays using length and indexing.

  • Loops Source Code0:10
  • JavaScript Conclusion3:37

    Practice JavaScript by applying basic concepts—functions, variables, loops, and arrays—in your browser; use CodePen or Brackets to link external scripts and debug to build web apps.

  • JavaScript Resources0:01
  • Source Code and Example EBook1:49

Requirements

  • Basic computer access
  • knowledge of HTML and web page structure

Description

JavaScript can make your web pages come to life.  

JavaScript along with HTML and CSS are the 3 core languages of the internet.   JavaScript makes things happen.

This course is designed for beginners who want to build a strong foundation for writing JavaScript code.  Learn how JavaScript works and how to combine multiple statements together to make things happen online.

  • Learn about variables and how they are used to hold values in coding.
  • Explore how to set values and update variable values with operators
  • Add arrays to hold multiple values in one place
  • Work with objects for more options for value storage
  • Find out about the power of arrays
  • Functions provide even more programming capabilities
  • Save time with out of the box JavaScript methods
  • Apply conditions and using switch statements execute code depending on the result
  • Save time use loops to perform code executions multiple times
  • Source code used within the course is also provided
  • Everything you need to learn JavaScript and more

This course is taught by an instructor with over 18 years of JavaScript experience!

I'm here to help you learn more about JavaScript coding and ready to answer any questions you may have. You will be amazed at how easy it is to start writing JavaScript code.  Get results see what you can do with JavaScript today.





Who this course is for:

  • Web developers
  • Web designers
  • anyone who wants to explore what JavaScript can do
  • Beginners to coding
  • HTML and CSS developers