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 - Quick JavaScript Fundamentals
Rating: 4.4 out of 5(374 ratings)
9,343 students

JavaScript for beginners - Quick JavaScript Fundamentals

Learn the core fundamental concepts of JavaScript and how to start using JavaScript within web pages
Created byLaurence Svekis
Last updated 11/2024
English

What you'll learn

  • Create basic JavaScript
  • Update and add JavaScript to web page

Course content

2 sections17 lectures1h 46m total length
  • Introduction4:30

    Explore variables, arrays, objects, functions, scope, conditions, and loops in this introductory JavaScript course, and learn to run code in the browser using developer tools and the DOM.

  • Coding Setup and environment for the course11:13
  • First JavaScript Source Code0:05
  • JavaScript Variables7:01
  • JavaScript Source Variables Objects Arrays0:10
  • JavaScript Functions12:29
  • Source Code Functions0:09
  • JavaScript Conditions and Logic15:09
  • Source Code Conditions0:19
  • JavaScript Loops9:51
  • Source Code Loops0:16
  • JavaScript and the Document Object Model DOM10:33
  • Source Code DOM0:12
  • JavaScript Conclusion3:24

Requirements

  • HTML and CSS
  • Internet Access
  • Web Development understanding

Description

JavaScript is the technology that makes things happen online.  Learn how to create Dynamic and Interactive web pages applying JavaScript.  This course covers all the core fundamental concepts like variables, arrays, objects, functions, loops, conditions, Document Object Model Basics and more.

JavaScript is Fast and Responsive relatively easy language to get started with.   All you need is a browser and you are ready to create JavaScript.  Learn JavaScript to HTML web pages works across browser.

JavaScript is powerful extending the functionality of web pages.

Executed on the front-end

This course covers the core fundamentals of JavaScript, so that you can get started or refresh your knowledge of how JavaScript work quickly.  Designed as a fast paced informative course that guides you to learn and practice JavaScript.

  • Learn how to create variables, objects and Arrays
  • Explore functions how local and global scope work and how to return values and pass arguments into functions
  • See how to apply logic with conditions and ternary statements
  • Save time with loops do while and for loops
  • Interact with your web elements connect via the Document Object Model

Taught by an instructor with over 19 years of web development experience,  ready to help your learn more about JavaScript.

Who this course is for:

  • Anyone who wants to learn JavaScript
  • Anyone who wants a quick refresher about JavaScript
  • Anyone who wants to practice JavaScript