Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build Web Applications with JavaScript step by step
Rating: 4.4 out of 5(20 ratings)
2,202 students

Build Web Applications with JavaScript step by step

Build and Publish Real World Appliations
Last updated 3/2026
English

What you'll learn

  • Learn JavaScript Programming Fundamentals
  • Build TodoList Web App
  • Build a Calculator web app
  • Build a Countdown timer web app
  • Build a Loan Calculator web app
  • Build an Analogue Clock Web app
  • Build a Quiz Web app
  • Build a word Counting web app
  • Publish your web apps to the internet

Course content

11 sections81 lectures6h 33m total length
  • Introduction0:20
  • What is JavaScript2:38
  • The developer Console4:21
  • The Syntax4:07
  • Variables8:16
  • Variable Naming Convention3:47
  • Statements7:36
  • Executing a program6:28
  • Data Types10:57
  • Mixing Data Types5:18
  • Operators1:22
  • Arithmetic Operators6:42
  • Assignment Operators3:56
  • Operator Precedence4:34
  • String Operators4:28
  • Comparison Operators7:35
  • Logical Operators3:45
  • Arrays7:48
  • Conditional statements6:23
  • Functions8:21

Requirements

  • Basic knowledge of HTML is advised
  • Basic knowledge of CSS is advised

Description

JavaScript is a scripting or programming language that allows you to implement complex features on web pages — every time a web page does more than just sit there and display static information for you to look at — displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, etc.

HTML is the markup language that we use to structure and give meaning to our web content, for example defining paragraphs, headings, and data tables, or embedding images and videos in the page.

CSS is a language of style rules that we use to apply styling to our HTML content, for example setting background colors and fonts, and laying out our content in multiple columns.

JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else. (Okay, not everything, but it is amazing what you can achieve with a few lines of JavaScript code.)

Over the past 20 years or so since when JavaScript was released, it has become the most popular programming language for web development today. You can understand the importance of JavaScript as a web development language from the fact that as per the recent reports, JavaScript is currently being used by more than 94 percent of all the websites.

JavaScript is a client-side programming language which helps web developer to do Web Application Development and make dynamic and interactive web pages by implementing custom client-side scripts.

Who this course is for:

  • Beginners to JavaScript
  • Beginners to Web Development