Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Basics of JavaScript coding
Rating: 4.0 out of 5(221 ratings)
12,055 students

Basics of JavaScript coding

Learn JavaScript in under 1 hour Core concepts and fundamentals of JavaScript
Created byLaurence Svekis
Last updated 11/2021
English

What you'll learn

  • write JavaScript
  • add JavaScript to web content
  • use variables, functions, arrays, loops and conditions
  • create Dynamic and interactive web code

Course content

2 sections14 lectures1h 21m total length
  • JavaScript basics introduction4:41
  • JavaScript Basics Intro3:28
  • How to add JavaScript to your webpage8:14
  • JavaScript basics output content4:22

    Explore how JavaScript outputs content to the page using alert, document.write, and console.log to create interactivity. Learn to use the browser console for non-visible messages and debugging.

  • JavaScript basics the Document Object Model8:01

    Explore the document object model basics by targeting content with divs, spans, and IDs, update the page using getElementById and innerHTML, and debug via Chrome dev tools.

  • JavaScript basics variables and operators5:19
  • JavaScript basics functions11:08
  • Source Code Practice0:13
  • JavaScript basics DOM output3:31
  • JavaScript basics arrays8:20
  • JavaScript basics conditions8:14
  • JavaScript basics Loops5:32
  • Source Code Arrays Loops Conditions0:11

Requirements

  • basic HTML
  • desire to learn

Description

Learn the core fundamental concepts of JavaScript.

Course for Beginners who want to learn about using JavaScript

Learn JavaScript in under 1 hour, all source files are included.

Learn about how to add JavaScript to your web pages

  • How to apply JavaScript
  • Access the DOM document object model
  • Update and interact with HTML code
  • Variables and operators
  • Functions and how to use them
  • Working with arrays
  • Add logic with conditions
  • Loop content to save time

JavaScript is an essential part of any webpage, user expect more from your web content. JavaScript provides the next level of web interaction.

Develop a solid understanding of JavaScript with these core concepts, to better and advance into further JavaScript coding.

Learn JavaScript step by step guidance to understanding what and how to use JavaScript.

Who this course is for:

  • anyone who wants to learn the basics of JavaScript
  • anyone looking for a starting point to learn JavaScript