Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JavaScript Programming Fundamentals
Rating: 4.3 out of 5(19 ratings)
3,504 students

JavaScript Programming Fundamentals

Learn Programming Skills Using JavaScript
Last updated 3/2026
English

What you'll learn

  • Write Programming Statements
  • Execute Programming Code
  • Create Variables
  • Use Developer Tools Console as programming environment
  • Data Types
  • Mixing Data Types
  • JavaScript Operators
  • JavaScript Arrays
  • Conditional Statements
  • Creating Functions

Course content

3 sections24 lectures1h 59m total length
  • Overview of JavaScript Programming Fundamentals.2:05
  • Introduction0:50
  • What is Programming5:35
  • What is JavaScript2:38
  • The Developer Console4:21
  • The Syntax4:07

Requirements

  • Computer with a web browser Required.

Description

Programming is the process that professionals use to write code that instructs how a computer, application or software program performs. At its most basic, computer programming is a set of instructions to facilitate specific actions. If you're wondering what a computer programmer is, it's a professional that creates instructions for a computer to execute by writing and testing code that enables applications and software programs to operate successfully.

Computers can do amazing things, from basic laptops capable of simple word processing and spreadsheet functions to incredibly complex supercomputers completing millions of financial transactions a day and controlling the infrastructure that makes modern life possible. But no computer can do anything until a computer programmer tells it to behave in specific ways. That’s what computer programming is all about.

At its most basic, computer programming is little more than a set of instructions to facilitate specific actions. Based on the requirements or purposes of these instructions, computer programming can be as simple as adding two numbers. It can also be as complex as reading data from temperature sensors to adjust a thermostat, sorting data to complete intricate scheduling or critical reports or taking players through multi-layered worlds and challenges in games.


JavaScript is a programming language that adds interactivity to your website. This happens in games, in the behaviour of responses when buttons are pressed or with data entry on forms; with dynamic styling; with animation, etc.

Who this course is for:

  • Beginners to Programming
  • Beginners to JavaScript