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+
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Life Purpose Meditation Emotional Intelligence 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 Blogging Freelancing 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
Development Web Development

javascript Complete Real time - Essential Course 2020

Take a deep dive into JavaScript, a Must-Know Language in Web Development, with a Hands-on.
Rating: 4.3 out of 54.3 (117 ratings)
33,107 students
Created by B Praveen Kumar
Last updated 5/2020
English
30-Day Money-Back Guarantee

What you'll learn

  • Each lesson builds on the knowledge you learned from previous lessons. We don’t skip steps.
  • Learn to apply JavaScript concepts as you build real-world components.
  • Working with Event Handlers & Validations with Conditions.
  • Regular expressions, error handling, localStorage & more
  • Go from a total beginner to an advanced JavaScript developer
  • Downloadable lectures, code and design assets for all projects
  • Drastically improve your ability to debug problems in Javascript.
  • Avoid common pitfalls and mistakes other Javascript coders make
  • Get more done by learning how to debug and fix your code when things go wrong

Course content

15 sections • 62 lectures • 10h 0m total length

  • Preview01:41
  • Welcome to Course
    03:59
  • Download Resources File
    00:03

  • Preview17:52
  • Preview09:42
  • Preview05:07

  • Preview23:07
  • Preview09:19
  • Preview12:25

  • Preview20:37

  • Preview04:58
  • Preview20:12
  • Preview04:44
  • Preview16:00
  • Preview12:54
  • Relational Operators in JavaScript
    03:57
  • Logical Operators in JavaScript
    05:02

  • IF Condition in JavaScript
    15:33
  • IF & ELSE Condition in JavaScript
    12:40
  • IF ELSE IF & ELSE ( Ladder ) Condition in JavaScript
    17:54
  • SWITCH Condition in JavaScript
    15:04

  • While Loop Method in JavaScript
    09:13
  • do-While Loop Method in JavaScript
    07:50
  • For Loop Method in JavaScriipt
    06:37

  • Creating your First Arrays in JavaScript
    17:39
  • Assign Own Index for Arrays in JavaScript
    10:22
  • Associative Arrays in JavaScript
    07:16
  • FOR IN Method For Printing String Arrays
    10:12
  • Different Ways of Creating Arrays in JavaScript
    09:25

  • Multi Dimensional Array Part 01
    22:53
  • Multi-Dimensional Array Part 02
    07:01
  • Student Mark Sheet Using LOOPING Method
    19:40

  • Understanding the Function in Javascript
    05:43
  • Function Without Parameter & Without Retrn
    12:42
  • Function With Parameter & Without Return
    16:06
  • Function Without Parameter & With Return Values
    17:51
  • Function With Parameter & With Return
    07:15

Requirements

  • You should have some familiarity with HTML and CSS.
  • All you need is a computer (Windows, macOS, or Linux) with an internet connection (Windows, macOS, or Linux)

Description

Why Should you learn JavaScript ?

JavaScript has become an essential web technology along with HTML and CSS, as most browsers implement JavaScript. Furthermore, JavaScript usage has now extended to mobile app development, desktop app development, and game development. All in all, it has exploded in popularity and is now a very useful skill to learn.

       The merits of using JavaScript are :

  • Less server interaction : You can validate user input before sending the page off to the server. This saves server traffic, which means less load on your server.

    1. Client-side validation

    2. Dynamic drop-down menus

    3. Displaying date and time

    4. Displaying pop-up windows and dialog boxes

    5. Displaying clocks etc

    6. Handling DOM & BOM.


  • Immediate feedback to the visitors : They don't have to wait for a page reload to see if they have forgotten to enter something..

  • Increased interactivity : You can create interfaces that react when the user hovers over them with a mouse or activates them via the keyboard..

  • Richer interfaces : You can use JavaScript to include such items as drag-and-drop components and sliders to give a Rich Interface to your site visitors.

JavaScript is not a programming language in strict sense. Instead, it is a scripting language because it uses the browser to do the dirty work. If you command an image to be replaced by another one, JavaScript tells the browser to go do it. Because the browser actually does the work, you only need to pull some strings by writing some relatively easy lines of code. That’s what makes JavaScript an easy language to start with.

Secondly, and more importantly, there are the browser differences. Though modern web browsers all support JavaScript, there is no sacred law that says they should support exactly the same JavaScript. A large part of this site is devoted to exploring and explaining these browser differences and finding ways to cope with them.

There’s no better time to learn JavaScript : You’ve made a smart choice, because JavaScript is the most popular programming language out there. This is no exaggeration. This popularity and growth means more jobs and opportunities than ever before.

Get access to fast support if you get stuck : There’s nothing worse than getting stuck ten hours into a course and not getting the help you need to continue. Getting stuck is part of the learning process. That’s why I’m here to answer every single question that comes my way.

Who this course is for:

  • Responsive Web Design

  • Create Responsive Website Using HTML5 CSS3

  • frontend developers

  • website designer

  • Html Developers

  • Learn Web Development Courses and Tutorials

  • how to make responsive website using Html css Javascript

  • Build a real world responsive website

  • javascript front end tutorial

  • front end developer course

  • front end development tutorials

  • Learn Web Development Courses and Tutorials

  • responsive website design from scratch 2020

  • Design A Complete Responsive Business Website From Scratch

  • html5 + css3 responsive web design

  • Learn Modern Responsive Web Design With Example Step by Step

  • Responsive Html5 CSS3 Website

  • Web Design For Beginners

  • Build A Modern Looking Responsive Websites

  • Learn Responsive Web Design From Scratch

  • Real World Coding in HTML & CSS

  • Html5 CSS3 and Javascript : A Guide To Web Design From SCratch

  • Web Design HTML CSS Create Single Page Website from Scratch

  • Front End Web Development

I guarantee that this is the most up-to-date and engaging JavaScript course available, and it comes with a Udemy 30-day money-back guarantee.

I can’t wait to see you on the inside !

   - B. Praveen Kumar ( PHP Developer & Web Designer - FULL Stack Developer ).

Who this course is for :

  • Learning JavaScript for the first time? Already using JavaScript and want to master the language? This course is for you!

  • This course if for anyone who wants to use JavaScript to launch an application, switch careers, or freelance as a JavaScript developer.

Who this course is for:

  • All Levels From beginner to Advance

Featured review

K.b.subramanyam
K.b.subramanyam
1 course
1 review
Rating: 5.0 out of 5a year ago
Praveen Sir is very good in explaining the behind the scenes working of javascript which really helps in understanding the concepts. fantablastic and enotmous explanation. I learn online everything about web development, but this is amazing . Thank's Praveen, you are my Hero.

Instructor

B Praveen Kumar
Designer/Web Developer And Trainer At Ameerpet
B Praveen Kumar
  • 4.4 Instructor Rating
  • 508 Reviews
  • 71,356 Students
  • 8 Courses

"Knowledge rests not upon truth alone, but upon error also. - Be Kind."

I'm a Trainer at Ameerpet (Hyd/INDIA). I Enjoy taking Classes so i can relate more of my students & help them in Web Design & Developers.

Got More than 15 Years of Exp. worked in different company's.

I love creating, programming, launching, learning, teaching.

Was Active Developer & Support for Live Hosting , SSL and also worked as developer/API integration using paypal / payUmoney / ccAvenue / 2checkout integration.

Worked on Wordpress Plugin Development & Themes.

Also My Skills Include: - Wordpress/Ecommerce Developement - Theme Customization - PSd to Html/Wordpress - Html, CSS, Bootstrap, Jquery - Mobile Responsive Design - Woocommerce - Landing Pages - Mailchimp/Aweber/ Active Campaign - Payment Method Integration (Paypal, ccAvenue, paytm, payumoney, Stripe etc) - Social Media Integration - DNS/Hosting Setup - Website Maintainace/Security, Malware protection of hosting level & identifying the root cause and protecting the sites.

  • 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.