Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 5.5 hours on-demand video
  • 20 articles
  • 3 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Web Development JavaScript

Guide to learning JavaScript

Everything you need to learn how to write JavaScript code from scratch The complete web developer JavaScript Course
Rating: 4.3 out of 54.3 (56 ratings)
5,303 students
Created by Laurence Svekis
Last updated 11/2019
English
English
30-Day Money-Back Guarantee

What you'll learn

  • Use JavaScript to Create web content
  • create dynamic web sites
  • create interactive web content
  • supercharge your HTML with functionality

Course content

6 sections • 73 lectures • 5h 28m total length

  • Preview05:15
  • Preview03:26
  • Preview04:44
  • How to add JavaScript to your webpage
    09:54
  • Syntax of JavaScript how to write code
    09:24
  • Source Code Comments alerts
    00:07
  • Debugging Dev tools console messages in JavaScript
    09:25

  • JavaScript Variables Data Types
    09:29
  • Source Code Variables
    00:08
  • JavaScript How arrays work
    07:58
  • JavaScript working with Arrays
    05:22
  • JavaScript Arrays in Action
    12:14
  • JavaScript Arrays as Strings and Slices
    06:54
  • Source Code Arrays
    00:21
  • JavaScript Working with Objects
    08:17
  • JavaScript Constructor Objects
    05:23
  • Source Code Objects
    00:10
  • JavaScript Introduction to Functions
    02:57
  • JavaScript working with Functions
    06:52
  • JavaScript Functions in Action
    07:10
  • JavaScript Global Scope Values in Functions
    08:11
  • Source Code Functions
    00:14

  • What is the DOM
    06:46
  • JavaScript DOM Document Object Model
    05:50
  • JavaScript getElementById
    06:56
  • JavaScript DOM select elements via Class and Tags
    06:34
  • JavaScript the Document Object data
    05:22
  • JavaScript Update Styling attributes using the DOM
    05:48
  • Source Code DOM
    00:16
  • JavaScript DOM onclick
    05:36
  • JavaScript Mouse Event Listeners
    07:32
  • Source Code Events
    00:23
  • JavaScript addEventListener
    07:28
  • Source AddEventlistener
    00:22
  • JavaScript Queryselectorall mulitple elements event listeners
    07:17
  • JavaScript More Element Selection options
    06:03
  • Source Code Multiple Element Selection
    00:25
  • JavaScript Creating New Elements
    06:27
  • Source Code Create Elements
    00:16
  • DOM and Form Create Form Validation
    13:01
  • Source Code Form Validation
    00:31

  • JavaScript Fundamentals
    05:02
  • JavaScript Operators Introduction
    09:17
  • JavaScript Operators increment alternating row colors
    08:45
  • JavaScript Conditional ternary operator
    03:18
  • JavaScript Logical operators
    03:13
  • Source Code operators
    00:38
  • JavaScript Math Method
    05:49
  • JavaScript Date Method
    04:34
  • Source Code Useful Methods
    00:25
  • JavaScript Conditions
    06:11
  • JavaScript working with Conditions
    03:01
  • Source Code Conditions
    00:31
  • JavaScript Switch Condition
    04:47
  • Source Code Switch
    00:28
  • JavaScript While Loop
    04:42
  • JavaScript Do loop
    02:15
  • JavaScript For loop
    02:19
  • Source Code Loops
    00:33

  • JavaScript introduction to JSON
    04:37
  • JavaScript Multiple Objects
    04:13
  • JavaScript AJAX connection
    05:56
  • JavaScript Get JSON data using AJAX
    07:34
  • JavaScript External JSON file Data using AJAX
    03:02
  • Source Code AJAX
    00:09
  • JavaScript AJAX more details
    05:13
  • JavaScript AJAX server interaction
    02:21
  • JavaScript AJAX send data to server
    03:07
  • JavaScript AJAX post data to server
    05:27
  • Source Code AJAX POST
    00:12
  • update form to multiple inputs challenge
    02:33
  • Source Code Multiple fields
    00:13

  • Bonus Lecture
    01:13

Requirements

  • basic HTML and /or CSS
  • desire to learn
  • computer access

Description

JavaScript is the most in demand and popular programming language on the web today.

Learn to create dynamic interactions on your web pages, JavaScript is were the magic happens.  JavaScript gives you the tools you need to create modern websites, with interactive content.   Alongside HTML and CSS, it is one of the three core technologies of World Wide Web content production.  

The most common use of JavaScript is to add client-side behavior to HTML pages.  Learn how to interact with the Document Object Model (DOM) of the page.

  • Introduction to JavaScript
  • Step by Step learning with examples and source code
  • How to use JavaScript within your web pages
  • Variables and how they work
  • Everything about JavaScript Arrays
  • Power of using JavaScript Functions
  • JavaScript Objects and what you can do with them
  • Updating your HTML elements with JavaScript
  • JavaScript event listeners
  • Logical operators
  • JavaScript Built in Methods
  • Conditions and switches
  • Loops making it easy
  • What AJAX is and how it works
  • How to use JSON
  • Send data and retrieve data from the server
  • No page reload data loading

And a whole lot more.

By the end of the course you will have the skills and know how to add JavaScript within you website.   

I am here to help you learn how to create your own websites and ready to answer any questions you may have.

JavaScript is the most in demand skills, and learning how to use JavaScript will help to separate you from the crowd.

Want to know more, what are you waiting for take the first step.  Join now to start learning how you too can create DYNAMIC and INTERACTIVE pages with JavaScript today.



Who this course is for:

  • web developers
  • anyone who wants to learn how to make their websites dynamic and interactive

Instructor

Laurence Svekis
Instructor, GDE, Application Developer
Laurence Svekis
  • 4.3 Instructor Rating
  • 41,752 Reviews
  • 706,573 Students
  • 369 Courses

I'm here to help you learn, achieve your dreams, come join me on this amazing adventure today
Google Developers Expert - GSuite

Providing Web development courses and digital marketing strategy courses since 2002.

Innovative technology expert with a wide range of real world experience. Providing Smart digital solutions online for both small and enterprise level businesses.

"I have a passion for anything digital technology related, enjoy programming and the challenge of developing successful digital experiences. As an experienced developer, I created my first computer applications in 1990, and my first website in 1998.  I enjoy sharing my knowledge with others and want to help you share in the wonderful opportunities that the internet provides."

"Learning, understanding with a strong passion for education.  The internet has provided us with new opportunities to expand and share knowledge."

Want to learn more about becoming a web developer, do you want to experience the freedom that technology provides for us? Learn how to bring amazing things to life online.  Technology connects us all in many ways.  It opens up doors to those who embrace it and learn how to make those connections real.

"My courses are designed to help you achieve your goals, learn and update skills"

Background : An experienced web application developer, having worked on multiple enterprise level applications, hundreds of websites, business solutions and many unique and innovative web applications.  Web application development areas of expertise include HTML, CSS, JavaScript, JQuery, Bootstrap, PHP and MySQL. Anything to do with web creation and digital experience. Passionate about everything to do with web application development, programming to online marketing with a strong focus on social media and SEO. 

"Understanding technology provides a means to better connect with users.  It also opens so many doors.   Knowledge is the key to success and I want to help you experience what technology has to offer. I'm passionate about web technologies, and look forward to sharing my knowledge and experience with you!"

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.