Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JavaScript Learn JavaScript Quick Course Beginners
Rating: 4.3 out of 5(209 ratings)
8,623 students

JavaScript Learn JavaScript Quick Course Beginners

Fast Paced JavaScript Introduction course designed to get you started quickly - Core fundamental JavaScript Syntax
Created byLaurence Svekis
Last updated 11/2024
English

What you'll learn

  • JavaScript Fundamentals
  • Applying JavaScript in a project Game
  • Core JavaScript Skills

Course content

2 sections23 lectures1h 16m total length
  • Quick Introduction to JavaScript1:33

    Dive into the core fundamentals of JavaScript in a fast-paced, under-one-hour course. Build and run a dice rolling game across multiple rounds, using the included source code to reinforce learning.

  • Introduction to coding JavaScript5:29

    Set up your JavaScript development environment with Brackets and Chrome dev tools, write an index.html with a script tag, and practice debugging in the browser console.

  • Variables hold Data.7:23

    Link an external JavaScript file to HTML with script tags and verify with an alert. Declare and manage variables with const and let, strings, numbers, and console.log outputs.

  • Source Code0:07
  • Data Types JavaScript4:17

    learn how javascript handles numbers and strings by declaring and updating variables, showing dynamic types, using typeof, and practicing string concatenation.

  • Source Code0:09
  • Arrays and Objects JavaScript.7:11
  • Source0:07
  • JavaScript Functions5:39
  • Source Code0:06
  • Conditions if statements JavaScript5:30

    Learn how booleans drive decision making with true or false values through if, else if, and else blocks, and see a roll dice function return console outputs based on comparisons.

  • Source Code0:14
  • JavaScript Math Object5:28
  • Source Code0:11
  • Loops For and While JavaScript.6:47
  • Source Code0:17
  • JavaScript DOM interaction10:27

    Learn to manipulate the DOM with JavaScript: create elements, select them via querySelector, update text content, and add event listeners to respond to clicks.

  • Source Code0:05
  • JavaScript Game Project Part 110:13
  • Source Code0:21
  • JavaScript Game Project 24:46
  • Final Game Code0:26

Requirements

  • HTML and CSS
  • Computer Access
  • Browser and Editor Experience

Description

Perfect course to have a quick start or refresher to JavaScript.

Warning this is a fast paced courses covering a lot of concepts quickly!  - Source code is included and its suggested that you try the code between the lessons to get more familiar with it.

Several students asked for a quick refresher on the core concepts of JavaScript - this course delivers just that.

Code samples and explanations on what the code does - and demos of the code in the browser.

Course covers

  • adding JavaScript to your HTML page

  • Running JavaScript code in your browser

  • Variables and assigning values

  • Functions and running blocks of code

  • Arrays and Objects - how to hold multiple values in one variable

  • Loops and iterations

  • Conditions and ternary operator to apply logic within coding

  • DOM - selection of elements from the webpage

  • DOM - adding event listeners like click to page elements

Create a GAME at the end - last 2 lessons you can apply what you learned to create a fun dice roll game.

Apply what you learned create your own version of the game

Dice rolling game see who wins - display results on the webpage.  Create dynamic page content and page interactions with event listeners.

Step by step learning - everything you need to create YOUR OWN VERSION OF THIS GAME!!!!

Taught by an instructor with many years of REAL WORLD web development experience - READY to HELP YOU LEARN

Fast friendly support is always available within the Q&A section

What are you waiting for - you have nothing to lose!!!

Source code is included step by step so you can copy the code try it out and get a feel for what JavaScript is doing.


Who this course is for:

  • Anyone who wants to learn JavaScript
  • Refresher to JavaScript Coders
  • Web Designers
  • Web Developers
  • Coders