Companies Home Search Profile

JavaScript for Beginners - Learn with 6 main projects!

Focused View

Kalob Taulien

8:00:50

71 View
  • 1. Introduction 7 JavaScript Facts.mp4
    07:07
  • 2. Download the Course Files.html
  • 3.1 10 your first script.html
  • 3. Your First Script.mp4
    05:22
  • 4. A Brief History.mp4
    06:06
  • 5. Optional Extra Developer Support.html
  • 1.1 40 variables.html
  • 1. Introduction to Variables.mp4
    10:02
  • 2.1 50 merging variables.html
  • 2. Merging Variables.mp4
    10:41
  • 3.1 60 console log.html
  • 3. Console Logging.mp4
    05:50
  • 4.1 70 selecting html elements.html
  • 4. Selecting HTML Elements.mp4
    07:46
  • 5.1 90 mini project 1.html
  • 5. Mini Project #1.mp4
    05:36
  • 6.1 100 String Manipulation.html
  • 6. String Manipulation.mp4
    18:42
  • 7.1 110 Accepting User Input.html
  • 7. Accepting User Input.mp4
    08:57
  • 8.1 120 Comparison Operators.html
  • 8. Introduction to Comparison Operators.mp4
    09:39
  • 9.1 130 Opposite Comparison Operators.html
  • 9. Handling Opposite Operators.mp4
    05:01
  • 10.1 140 Mini Project 2.html
  • 10. Mini Project #2.mp4
    09:16
  • 11.1 150 Handling Special Cases.html
  • 11. Handling Special Cases.mp4
    06:42
  • 12.1 160 Code Comments.html
  • 12. Code Commenting.mp4
    04:23
  • 13.1 170 introduction to arithmetic.html
  • 13. Introduction to Simple Arithmetic.mp4
    06:04
  • 14.1 180 boolean logic.html
  • 14. Boolean Logic.mp4
    08:23
  • 15.1 190 making lists with arrays.html
  • 15. Making Lists with Arrays.mp4
    09:22
  • 16.1 200 Checking Variable Types.html
  • 16. Checking Variable Types.mp4
    07:30
  • 17.1 210 Type Casting.html
  • 17. Variable Casting.mp4
    07:23
  • 18.1 220 More Comparison Operators.html
  • 18. More Comparison Operators.mp4
    12:15
  • 19.1 230 Mini Project 3.html
  • 19. Mini Project #3.mp4
    05:54
  • 20.1 240 Functions.html
  • 20. Functions.mp4
    09:57
  • 21.1 250 Practice With Functions.html
  • 21. Practice with Functions.mp4
    14:53
  • 22.1 260 Mini Project 4.html
  • 22. Mini Project #4.mp4
    07:01
  • 23.1 270 Query Selector.html
  • 23. Query Selectors.mp4
    13:13
  • 24.1 280 Events.html
  • 24. Introduction to Events.mp4
    09:51
  • 25.1 290 Calculator Project.html
  • 25. Tip Calculator Project.mp4
    14:37
  • 26.1 300 Anonymous Functions.html
  • 26. Anonymous Functions.mp4
    06:33
  • 27.1 310 IIFE.html
  • 27. IIFE.mp4
    04:29
  • 28.1 320 The This Keyword.html
  • 28. This this Keyword.mp4
    06:13
  • 29.1 330 Scope.html
  • 29. Scope.mp4
    06:52
  • 30.1 340 Hoisting.html
  • 30. Hoisting.mp4
    10:51
  • 31.1 350 Introduction To Event Listeners.html
  • 31. Introduction to Event Listeners.mp4
    07:01
  • 32.1 360 Getting Input Values.html
  • 32. Getting Input Values.mp4
    05:58
  • 33.1 370 Changing CSS With Event Listeners.html
  • 33. Changing CSS with Event Listeners.mp4
    10:35
  • 34.1 380 Mini Project 5.html
  • 34. Mini Project #5.mp4
    07:55
  • 35.1 390 Objects.html
  • 35. Objects.mp4
    14:43
  • 36.1 400 For Loops.html
  • 36. For Loops.mp4
    11:20
  • 37.1 410 While Loops.html
  • 37. While Loops.mp4
    07:58
  • 38.1 420 For Each Loops.html
  • 38. For Each Loops.mp4
    08:22
  • 39.1 430 Guessing Game.html
  • 39. Guessing Game Project.mp4
    07:39
  • 40.1 440 Let And Const.html
  • 40. Let and Const.mp4
    07:53
  • 41.1 450 OOP.html
  • 41. Introduction to OOP.mp4
    10:44
  • 42.1 460 Extending Classes.html
  • 42. Extending Classes.mp4
    12:37
  • 43.1 470 Mini Project Modal.html
  • 43. Modal Project.mp4
    16:03
  • 44.1 480 Home Stretch.html
  • 44. Home Stretch.mp4
    01:23
  • 45.1 490 Template Literals.html
  • 45. Template Literals.mp4
    03:13
  • 46.1 500 Object Literals.html
  • 46. Object Literals.mp4
    03:04
  • 47.1 510 Destructuring.html
  • 47. Destructuring Arrays and Objects, and All the Rest.mp4
    13:02
  • 48.1 520 Timeout.html
  • 48. Timeouts.mp4
    03:51
  • 49.1 530 Interval.html
  • 49. Intervals.mp4
    02:51
  • 50.1 540 APIs and Ajax using Fetch.html
  • 50. APIs and Ajax Requests.mp4
    11:58
  • 51.1 550 Arrow Functions.html
  • 51. Arrow Functions.mp4
    08:46
  • 52.1 560 Adding Removing Classes.html
  • 52. Adding and Removing CSS Classes.mp4
    03:48
  • 53.1 570 Final Project.html
  • 53. Final Project.mp4
    14:30
  • 1. Summary.mp4
    03:05
  • Description


    Learn modern JavaScript from scratch.

    What You'll Learn?


    • How to read, write and understand JavaScript
    • How to confidently work in JavaScript
    • How to use conditional statements in JavaScript
    • How to write loops in JavaScript
    • Have a strong understanding of JavaScript fundamentals
    • Learn core programming fundamentals that can be used in other coding languages
    • How to write functions in JavaScript
    • How to write object oriented code (OOP) in JavaScript
    • How the strange quirks like hoisting and closures work in JavaScript
    • How to write and understand data types and data structures in JavaScript
    • How to make web pages completely dynamic using JavaScript
    • How to write JavaScript events and event listeners

    Who is this for?


  • Web developers who are just starting to learn JavaScript
  • Web developers who have learned some JavaScript, but think they could have a better understanding of JavaScript
  • Programmers/coders who are interested in keeping up with the worlds hottest programming language
  • What You Need to Know?


  • You should know a little HTML before learning JavaScript
  • More details


    Description

    Hello fellow developer! 

    Welcome to JavaScript for Beginners! Here's a little information about me, what's in this course, what you'll learn in this course, and some social proof from the other courses I've taught on Udemy.

    I've been teaching JavaScript for over 8 years, and I've been using JavaScript since the late '90s. I've helped over 45,000 students learn this fun and fantastic programming language, JavaScript!

    Are you looking for a thorough course to learn JavaScript?

    Welp.. that's this course! 

    • Over 8 hours of video

    • Over 55 lessons

    • 5 mini projects

    • 3 mid-sized projects

    • 1 final project

    Is this course for you?

    • If you're new to JavaScript this is the perfect course for you! 

    • If you have some prior JavaScript experience, this course is still for you due to how thorough it is.

    • Plus the projects that come with this course are very practical and really help you use what you've learned.

    Here's what you'll be learning in this course

    In this JavaScript for Beginners course you will learn everything you need to become a confident JavaScript developer. Some courses only teach you the programming side of JavaScript, and other courses only show you the interactive side of JavaScript. But the truth is: JavaScript is an interactive programming language and you need to know both sides of JavaScript.

    1. JavaScript fundamentals - You'll learn how to write JavaScript, where it's applied, and how to execute it. We'll be looking at JavaScript syntax (the funny looking curly brackets). We'll also look at ways to easily debug your JavaScript code so you aren't wasting your valuable time staring at broken code.

    2. Variables - A variable is a tiny piece of memory that's allocated in your computer. It's used for storing a tiny piece of data, like your name, a number, or several lines of code it should execute.

    3. Web page interactivity - The #1 reason why JavaScript is so popular is because of its ability to interact with a web page. You'll learn how to accept user input, change what your page looks like, and take an action based on the users action. This is what make websites truly interactive.

    4. Data types & data structures - Unlike other courses, in this JavaScript for Beginners course you'll learn the different data types and how to use them. You'll learn about numbers, strings, floats, functions, objects, undefined, null and more... and why they are important to know.

    5. Conditional statements - These are the little checkpoints in a program that make a computer actually do something. For example, if you're 18 or older you're allowed to vote. This is a real life "conditional statement". It reads like this: if age > 18: do something. This is exactly how computers know what to do and you'll learn how to write these.

    6. Functions - When you write enough code you'll eventually end up copying and pasting the exact same code over and over again. A function lets you write a piece of code one time and use it over and over. You'll learn about regular functions, immediately invoked functioned, anonymous functions and arrow functions!

    7. Loops - One of the most powerful concepts in computer science is the idea of a "loop". Basically it lets you do one action over and over again until it's told to stop. You'll learn about for loop, foreach loops and while loops!

    8. JavaScript quirks - JavaScript has some strange functionality that other programming languages don't have. We'll cover several "quirks" together in this course and you'll learn about things like hoisting, closures, promises, and block scoping.

    9. Objects, Classes and OOP - In JavaScript there's a special data type called an object. It lets you store named data points for easy access along with functions. In modern JavaScript we can write a class, much like other languages such as Python. Classes are a nicer way to write JavaScript objects. You can extend them, over write pieces of them, and re-use entire chunks of code — they're like functions but much bigger. And you'll learn all about these!

    10. API's and Ajax requests - API's are inevitable in web development. It's important to know how they theoretically work, and how to work with them. You'll get hands on experience with a real life API and an Ajax request.

    Are you ready to start writing JavaScript?

    If not.. consider this: I have two other JavaScript courses with over 45,000 students and over 2,000 reviews! Here are a few real reviews from my other JavaScript courses:

    — I've been trying to lean Javascript for a few months now. This course is helping everything fall into place.

    — I really like and appreciate this tutor for his way of explaining. Fantastic!

    — Not completed the course just yet, but from the lessons so far I have found Kalob's explanations to be clear and succinct. He explains exactly what he is doing and why. The pace is spot on and I never felt the explanations were verbose. I've never had the most confidence with Js so I decided to buy this course. I feel the lessons are helping and I am slowly gaining in confidence by the day. Great for beginners.

    — Its amazing, the explanation is so simple, I wish I had gone through this course earlier.

    — Yes, so far its been very easy and has a great start.

    — IT'S A GREAT JS BEGINNER COURSE

    I've been teaching JavaScript for several years, helped thousands of people learn to read, write and understand JavaScript — and I've put 3x more effort into developing this course than all my previous JavaScript courses. I promise you will enjoy it! 

    See you inside! :) 

    Who this course is for:

    • Web developers who are just starting to learn JavaScript
    • Web developers who have learned some JavaScript, but think they could have a better understanding of JavaScript
    • Programmers/coders who are interested in keeping up with the worlds hottest programming language

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Kalob Taulien
    Kalob Taulien
    Instructor's Courses
    He is a professional web developer who's been developing websites and working with startups since 1999. He also has a broad set of skills in software, web development, and information technology.Teaching over 450,000 students on Udemy alone, he's helped hundreds of thousands of people learn web development. From zero to hero and novice to ninja, he's considered a top teacher by thousands. With so much experience, why not give his experience and knowledge to others so they can fulfill their dreams?The passion to learn and to share his knowledge by teaching and helping others is something that drives him. It's a passion he's had since he was born. Kalob's ability to turn complex programming concepts into easy-to-understands bits of knowledge has been called his "superpower". Throughout the years, Kalob has built hundreds, if not thousands, of websites, and has created multiple companies from his ideas and software. He also provides one-on-one coaching and startup consulting to new organizations. Teaching isn't an option in Kalob's life, but a moral obligation to pass on knowledge to others.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 57
    • duration 8:00:50
    • English subtitles has
    • Release Date 2023/11/15