Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Beginner's guide to JavaScript
Rating: 4.6 out of 5(3 ratings)
7 students

Beginner's guide to JavaScript

Learn and apply JavaScript concepts
Last updated 5/2022
English
English [Auto],

What you'll learn

  • Learn all the basics of JavaScript
  • learn about DOM- document object model
  • Build a JavaScript project
  • Master JavaScript basics

Course content

1 section8 lectures2h 3m total length
  • Course Intro1:13

    Learn how JavaScript powers websites by mastering variables, constants, comments, numbers, strings, objects, arrays, and functions, and use the DOM to take inputs, if statements, switch statements, and loops.

  • Variables16:18

    Master the basics of JavaScript by exploring variables and constants, using the console, and linking scripts in an HTML page through hands on browser examples.

  • Datatypes and operations20:23

    Explore JavaScript data types - primitive and reference types - focusing on numbers, strings, booleans, undefined, and null, and practice arithmetic, string concatenation, indexing, length, and comparisons using variables and console.log.

  • 2.Reference datatypes and if condition20:26

    Explore reference data types in JavaScript, including objects, arrays, and functions, and use dot notation, array indices, and window.prompt inputs with if, else, and else if conditions.

  • 3.Loops in javascript9:52

    Explore the switch statement with cases and breaks for eligibility messages, and learn loops in JavaScript, including while and for loops, with syntax and increments for numbers 0 to 10.

  • 4.DOM- Document Object Model14:28

    Explore the DOM in JavaScript by selecting HTML elements with document.querySelector, and manipulating text, styles, and interactivity through event listeners, inputs, and conditional logic.

  • 5.Project37:46

    Learn to build a simple interactive website from scratch with JavaScript, HTML, and CSS, featuring a centered hero image and text, a responsive hamburger menu, and navigation links.

  • Next Steps3:30

    Build ten to fifteen web projects to gain confidence, edit website templates, and create your own portfolio site. Troubleshoot by checking syntax and running small code blocks.

Requirements

  • a little bit of html and CSS knowledge is needed

Description

Instead of going through hours and hours of classes that you will eventually forget , you can learn the basics and start learning more by building websites and adding them to your project portfolio , this way you will remember better because you have built the projects yourself. This way you will end up more confident and more experienced as a web developer.


In this Course you will learn about basics of JavaScript.


This Course will prepare you for any advanced stuff so that you will  not be a noob anymore in the world of web development


I will take you step by step through the basics of JavaScript with examples


By the end of this course you will be able to understand and write JavaScript and be ready for your future web dev adventures


Start your web development journey with this course, this course is designed for absolute beginners who would like to start their career in web development .

At the end of this course you will be able to:

  • Define and use variables and constants

  • Write comments in JavaScript

  • Perform operations on numbers , strings

  • Use objects ,arrays and functions

  • Take inputs in a website

  • use if statement

  • use switch statements

  • use loops in JavaScript

  • use DOM- document object model

  • Complete a java script project

Take this course now and you will be on the way to create your second JavaScript project and becoming a web developer


Who this course is for:

  • beginner web developers who have basic html and CSS