Companies Home Search Profile

Accelerated JavaScript Training

Focused View

Maximilian Schwarzmüller

7:31:57

39 View
  • 001 Introduction.mp4
    04:34
  • 002 Join our Online Learning Community.html
  • 003 How to Execute JavaScript (Where does JS run).mp4
    01:26
  • 004 JavaScript Versions (ES5 vs ES6).mp4
    01:52
  • 005 Course Format.mp4
    02:56
  • 001 Introduction.mp4
    00:46
  • 002 Using JavaScript - Inline HTML.mp4
    05:20
  • 003 Using JavaScript - HTML Import.mp4
    07:43
  • 004 Variables - Basics.mp4
    06:48
  • 005 Variables - null, undefined and NaN.mp4
    08:18
  • 006 Variables - Objects.mp4
    02:51
  • 007 Strict Mode.mp4
    05:30
  • 008 Dynamic Typing.mp4
    03:26
  • 009 Hoisting.mp4
    04:27
  • 010 Functions - Creating and Calling Them.mp4
    06:05
  • 011 Functions - Arguments & Returning Data.mp4
    05:53
  • 012 Control Structures - If Statement.mp4
    04:19
  • 013 Control Structures - If Statement Advanced.mp4
    05:03
  • 014 Control Structures - Switch.mp4
    03:22
  • 015 Control Structures - Switch & Break.mp4
    01:41
  • 016 Control Structures - For Loop.mp4
    03:12
  • 017 Control Structures - Nested Loops.mp4
    02:12
  • 018 Control Structures - Controlling Loops with break & continue.mp4
    04:15
  • 019 Control Structures - For Loop Variations.mp4
    02:10
  • 020 Control Structures - Looping through Arrays.mp4
    02:48
  • 021 Control Structures - While Loop.mp4
    05:32
  • 022 Operators - Addition.mp4
    07:07
  • 023 Operators - Subtraction.mp4
    02:47
  • 024 Operators - Multiplication & Floating Point Problems.mp4
    04:41
  • 025 Operators - Division & Modulus.mp4
    03:59
  • 026 Operators - Comparing Values.mp4
    03:48
  • 027 Operators - Important Rules.mp4
    03:00
  • 028 Operators - Boolean.mp4
    06:49
  • 029 Operators - Ternary Operator.mp4
    02:42
  • 030 Operators - Precedence.mp4
    02:30
  • 031 Wrap Up.mp4
    00:40
  • 032 Basics-Cheat-Sheet.pdf
  • 032 Module Resources.html
  • 001 Primitive vs Reference Types.mp4
    03:13
  • 002 Primitive vs Reference Types - Exercise.mp4
    05:54
  • 003 Global vs Local Scope.mp4
    02:37
  • 004 Global vs Local Scope - Exercise.mp4
    05:02
  • 005 Module Resources.html
  • 005 Types-Scope-Cheat-Sheet.pdf
  • 001 Introduction.mp4
    00:59
  • 002 Basics & Managing Elements.mp4
    03:33
  • 003 The forEach() Method.mp4
    02:17
  • 004 Working with Elements Push, Pop, Unshift and Shift.mp4
    03:59
  • 005 Working with Parts of an Array IndexOf, Splice and Slice.mp4
    04:59
  • 006 Filtering, Mapping and Reversing Array Elements.mp4
    04:14
  • 007 The Difference between Concat and Join.mp4
    02:24
  • 008 Reducing Arrays.mp4
    03:22
  • 009 Wrap Up.mp4
    00:37
  • 010 Arrays-Cheat-Sheet.pdf
  • 010 Module Resources.html
  • 001 Object Basics & Literal Notation.mp4
    09:36
  • 002 Properties & this.mp4
    04:15
  • 003 Alternative Way of Creating Objects Using the Object Constructor.mp4
    02:07
  • 004 Objects are Reference Types (Refresher).mp4
    02:08
  • 005 Object.create().mp4
    03:56
  • 006 Prototypes Introduction.mp4
    05:44
  • 007 Prototypes in Action.mp4
    04:32
  • 008 Prototypes Summary.mp4
    03:19
  • 009 Constructor Functions.mp4
    12:17
  • 010 Constructor Functions & Arguments.mp4
    01:30
  • 011 Object Creation & Prototypes Summary.mp4
    02:49
  • 012 The this Keyword and why it might behave strangely.mp4
    04:37
  • 013 Handling this with bind(), call() & apply().mp4
    02:46
  • 014 Creating Properties with defineProperty().mp4
    09:28
  • 015 Important built-in Methods and Properties.mp4
    03:21
  • 016 Wrap Up.mp4
    01:42
  • 017 Module Resources.html
  • 017 Objects-Cheat-Sheet.pdf
  • 001 Code.zip
  • 001 Debugging with the Browser Developer Tools.mp4
    10:14
  • 002 Logging Data to the Console.mp4
    00:31
  • 003 Handling Errors with try and catch.mp4
    03:13
  • 004 Errors-Debugging-Cheat-Sheet.pdf
  • 004 Module Resources.html
  • 001 Introduction.mp4
    00:26
  • 002 Closures.mp4
    05:16
  • 003 Immediately Invoked Function Executions (IIFEs).mp4
    05:31
  • 004 Built-in Methods & Properties.mp4
    07:46
  • 005 Functions-Cheat-Sheet.pdf
  • 005 Module Resources.html
  • 001 Introduction.mp4
    00:40
  • 002 Timers & Intervals.mp4
    05:58
  • 003 Transforming Formats & Values.mp4
    04:04
  • 004 String Functions.mp4
    04:56
  • 005 The Math Object.mp4
    07:17
  • 006 The Date Object.mp4
    06:04
  • 007 Regular Expressions.mp4
    06:49
  • 008 Built-in-Objects-Functions-Cheat-Sheet.pdf
  • 008 Module Resources.html
  • 001 Introduction.mp4
    02:43
  • 002 The Window Object.mp4
    07:23
  • 003 The Location Object.mp4
    03:30
  • 004 The Document Object and How to Interact with It.mp4
    07:17
  • 005 Traversing the DOM.mp4
    04:22
  • 006 Selecting Elements.mp4
    03:54
  • 007 Selecting Elements with the Query Selector.mp4
    04:22
  • 008 Selecting Elements - Exercises.mp4
    03:10
  • 009 Creating and Inserting Elements.mp4
    05:23
  • 010 Deleting Elements.mp4
    02:24
  • 011 Elements and Nodes.mp4
    01:08
  • 012 DOM Interaction Summary.mp4
    01:35
  • 013 Dialogs.mp4
    03:08
  • 014 DOM Properties & Methods.html
  • 015 DOM-Cheat-Sheet.pdf
  • 015 Module Resources.html
  • 001 Introduction.mp4
    00:41
  • 002 The Event Object.mp4
    00:56
  • 003 Event Handlers.mp4
    05:05
  • 004 Event Listeners.mp4
    03:40
  • 005 Event Behavior.mp4
    05:54
  • 006 Event Object Properties.mp4
    03:06
  • 007 Changing Propagation Order.mp4
    01:39
  • 008 Events-Cheat-Sheet.pdf
  • 008 Module Resources.html
  • 001 Introduction.mp4
    01:13
  • 002 Setup and Sending a GET Request.mp4
    07:06
  • 003 POST Request.mp4
    03:06
  • 004 Further Resources.html
  • 001 Introduction.mp4
    01:08
  • 002 Libraries & jQuery.mp4
    01:36
  • 003 Frameworks.mp4
    01:33
  • 004 Writing Modular Code.mp4
    03:37
  • 005 Further Resources.html
  • 001 Introduction.mp4
    00:50
  • 002 Setup.mp4
    03:58
  • 003 Fetching User Input.mp4
    04:38
  • 004 Http Request Setup.mp4
    05:37
  • 005 Creating a Weather Object.mp4
    05:38
  • 006 Fetching & Handling Weather Data.mp4
    04:35
  • 007 Displaying Data.mp4
    08:09
  • 008 Complete Code.html
  • 008 Finished-Project.zip
  • 001 Wrap Up.mp4
    01:19
  • 002 Bonus More Content!.html
  • Description


    Take a deep dive into JavaScript, a Must-Know Language in Web Development, with a Hands-on, Example-driven Approach

    What You'll Learn?


    • Use JavaScript to write modern, reactive Websites
    • Understand how JavaScript works and how to use its many advantages
    • Dive into JavaScript Libraries like jQuery or Frameworks like Angular 2 or React

    Who is this for?


  • This course is meant for students who never touched JavaScript before or everyone interested into refreshing knowledge about specific topics
  • No prior JavaScript knowledge is required, though you may very well use this course to simply train your skills and practice with JavaScript if you already have some basic experience
  • What You Need to Know?


  • Nothing but a basic understanding about how web pages work (HTML, CSS)
  • More details


    Description

    Learn one of the most important Languages in Web Development - from scratch in a fast-paced fashion!

    JavaScript is one of the most important parts of every modern, reactive, user-friendly Web Pages or Applications. Despite that fact, you might yourself know many tutorials which leave you with a lot of open questions or are good, but also a couple of years old!

    Hands-on, Example-driven Course

    Join this course to receive a hands-on, example-driven JavaScript Bootcamp, which will guide you through the amazing language of JavaScript. Beginning at the very basics, we will walk through the various characteristics and features, JavaScript offers.

    Experienced Instructor

    As a freelance web developer I use JavaScript a lot but I know that using it doesn't necessarily qualify you to teach it well. That's why I'm also proud to host dozens of 5-star rated courses here on Udemy as well as a successful learning YouTube channel.

    I not only offer high quality videos and examples, I'm also there to help whenever you're facing problems or do have open questions. Indeed, telling by the reviews of my courses, I offer one of the best support services you will find on Udemy!

    Pay once, benefit a Lifetime!

    It's best to have a look at the course content, to find out what you will learn - but to give you a quick overview:

    • All the basics about variables, functions, operators, language features, built-in objects and much more!

    • In-depth modules on Arrays, Objects & Prototypes, Functions, DOM Interaction, Events, AJAX and all the other core features that make JavaScript so important!

    • Hundreds of examples, showing all the concepts taught, allowing you to see them in action immediately

    • A complete project to practice the skills gained throughout this course

    • World-class support in case of any course-related questions or problems


    Who this course is for:

    • This course is meant for students who never touched JavaScript before or everyone interested into refreshing knowledge about specific topics
    • No prior JavaScript knowledge is required, though you may very well use this course to simply train your skills and practice with JavaScript if you already have some basic experience

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Maximilian Schwarzmüller
    Maximilian Schwarzmüller
    Instructor's Courses
    Experience as (Web) DeveloperStarting out at the age of 12 I never stopped learning new programming skills and languages. Early I started creating websites for friends and just for fun as well. Besides web development I also explored Python and other non-web-only languages. This passion has since lasted and lead to my decision of working as a freelance web developer and consultant. The success and fun I have in this job is immense and really keeps that passion burningly alive.Starting web development on the backend (PHP with Laravel, NodeJS, Python) I also became more and more of a frontend developer using modern frameworks like React, Angular or VueJS in a lot of projects. I love both worlds nowadays!I also build full-stack applications and acquired expert DevOps and cloud computing knowledge - proven by the many AWS certifications I hold (incl. the top-level Solutions Architect Professional certification).As a self-taught developer I had the chance to broaden my horizon by studying Business Administration where I hold a Master's degree. That enabled me to work in a major strategy consultancy as well as a bank. While learning, that I enjoy development more than these fields, the time in this sector greatly improved my overall experience and skills.Experience as InstructorAs a self-taught professional I really know the hard parts and the difficult topics when learning new or improving on already-known languages. This background and experience enables me to focus on the most relevant key concepts and topics. My track record of many 5-star rated courses and more than 2,000,000 students on Udemy is the best proof for that.Whether working as development instructor or teaching Business Administration I always received great feedback. The most rewarding experience is to see how people find new, better jobs, build awesome web applications, acquire amazing projects or simply enjoy their hobby with the help of my content.Together with Manuel Lorenz, I founded Academind to offer the best possible learning experience to our more than 2,000,000 students.
    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 113
    • duration 7:31:57
    • English subtitles has
    • Release Date 2023/10/15

    Courses related to JavaScript