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 - Learn the absolute basics of JS
Rating: 4.7 out of 5(45 ratings)
1,068 students

JavaScript for Beginners - Learn the absolute basics of JS

This course covers the basics of JavaScript including using the console, creating a variable, different data types etc.
Created byDarragh O'Neill
Last updated 5/2025
English

What you'll learn

  • We will learn the basics of JavaScript
  • We will learn how to work with strings in JavaScript
  • We will learn the Math Operators in JavaScript
  • We will learn about the increment and decrement operator

Course content

1 section18 lectures1h 53m total length
  • Introduction to JavaScript2:21

    Learn basics of JavaScript to add interactivity to HTML and CSS websites. Explore data types, control flow, arrays, objects, APIs, and asynchronous JavaScript, with a path to React or Node.js.

  • Internal JavaScript5:11

    Create a folder and index.html, then write your first line of internal JavaScript inside a script tag. Save, refresh, and see Hello world appear as an alert in the browser.

  • External JavaScript5:17

    Learn to write JavaScript in an external file like script.js and connect it to HTML using a script tag with a src attribute.

  • Using the Console5:55
  • Comments in JavaScript4:55
  • Introduction to Variables7:44
  • Introduction to Strings & re-assigning values to variables7:39

    discover how to create and reassign variables in JavaScript with the let keyword, assign string values using the assignment operator, and log results with console.log.

  • Variables Part 2 - The 'const' keyword9:32
  • String concatenation8:04

    Practice string concatenation in JavaScript by combining string variables to form full names and sentences, using examples like Bruce Wayne and Wonder Woman, and preview template literals.

  • Template Literals8:28
  • Introduction to Numbers & Math Operators5:32
  • Math Operators Part 2 - Increment Operator6:37
  • Math Operators - Decrement Operator4:50

    Explore the decrement operator in JavaScript and see how it reduces a variable by one, using a practical bank balance example and a glimpse into loops.

  • Modulus Operator7:01
  • Checking if numbers are Even or Odd3:45
  • Boolean Values9:01
  • Arrays5:49
  • Review Lecture6:06

Requirements

  • Students should know HTML, and have a text editor such as Visual Studio Code.

Description

My name is Darragh O'Neill and I'll be your course instructor for this course 'JavaScript for Beginners - Learn the absolute basics of JS'.

I have decided to record and publish this course for free, to share my knowledge, so please consider giving this course a '5 Star Rating' as this will allow me to record additional content and cover other topics in JavaScript.

This course is intended for those starting out to learn JavaScript for the first time. It is intended to introduce students to JavaScript and in this course we will learn:

What is JavaScript

The alert keyword

Using the console

The difference between internal and external JavaScript

The 'let' and 'const' keywords

The assignment operator '=' - so assigning a value to a variable

The different data types - including working with strings, numbers, boolean

Template literals

The increment and decrement operator

This course is intended as a free course and so should only be considered an introductory course to JavaScript.

Students who wish to learn JavaScript should understand working with strings, numbers, control flow, decision making, if statements, loops, working with arrays, objects etc. It is also important to learn about APIs - Application Programming Interfaces and working with async await etc.


I hope to add additional content to the course over time. Happy learning/coding! :)


Who this course is for:

  • Students who want to learn the basics of JavaScript