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 CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Meditation Personal Transformation 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:

  • 6.5 hours on-demand video
  • Full lifetime access
  • Access on mobile and TV
IT & Software Other IT & Software JavaScript

Understanding Javascript from Very Basics to Core

Master JavaScript with the most complete course in the market ! scope, prototypes, promises, symbols and lot more...
Rating: 4.0 out of 54.0 (359 ratings)
23,028 students
Created by Akhil Dakur
Last updated 1/2019
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Go from a total beginner to an advanced JavaScript developer just in 6.5 Hrs.
  • Programming Fundamentals: variables, if/else, loops, functions, arrays, etc.
  • Complex Topics: 'this' keyword, first class functions, prototypal inheritance, closures and more...
  • Asynchronous JavaScript: callback queue, event loop, promises, async/await.
  • Advanced Topics: hoisting, lexical & variable environments, scope, callback hell and more...
  • New Introduced Topics: meta-programming with proxies, reflect and symbols.
  • All the topics with simple example, that clearly show you how they work behind the scenes.

Requirements

  • Computer with modern browser and text editor installed.
  • Very basic coding experience is necessary to take this course !
  • A bit knowledge on how to run JS files in browser, is not mandatory but preferrable.

Description

Do you want to learn the very popular programming language that powers the internet?

Are you tired of wasting your time and money on random youtube videos  or JavaScript courses that are either too simple, or too difficult to  follow?

Or are you struggling to deeply understand and apply JavaScript to real projects?

If your answer is a big YES... Then this is exactly the course you are looking for!

...

So what is the course about?

This is a truly complete JavaScript course, that goes beyond what other JavaScript courses out there teach you. 

I will take you from a complete JavaScript beginner to an advanced  developer.

Come with me on a journey with the goal of truly understanding the  JavaScript language. And I explain everything on the way with great  detail!

You will learn "why" something works in JavaScript, not just "how".  Because in the modern JavaScript world of today, you need more than just  knowing how something works. You need to debug code, you need to  understand code, you need to be able to think about code.

This course is different because it's not just about writing code,  it's also about how and why code works the way it does. Because it's the  perfect mix between theory and practice. Because it focuses on  small coding examples that lets you understand complex topics very easily.

So, by the end of the course, you will be a capable JavaScript  developer, able to write, understand and debug JavaScript code using all  the powerful features the language offers to us.

...

Here is exactly what we cover in this course:

• All the JavaScript and programming fundamentals: things like  variables, data types, boolean logic, if/else statements, loops,  functions, objects, arrays, and more.

• Everything you need to know in order to gain a deep understanding  of how JavaScript works behind the scenes: execution contexts, hoisting,  scoping, the 'this' keyword, and more.

• Complex JavaScript features such as function constructors,  prototypal inheritance, first-class functions, closures, the bind and  apply methods, and more.

• Learn how to organize and structure your code using modules and  functions, how to create data privacy and encapsulation, and why that's  so important.

• What's new in the most modern version of JavaScript: new features of ES6 / ES2015.

• Asynchronous JavaScript: the event loop, promises and async/await.

...

Let's now find out if this course is for you. It's a perfect fit if...

Student #1: You want to gain a deep understanding of the most popular programming language in the world: JavaScript.

Student #2: You  have taken other JavaScript courses but: 1) still don't really  understand JavaScript, or 2) still don't feel confident to code  real-world apps. This course is perfect for you!

Student #3: You want to get started with programming in general: JavaScript is a great language to learn how to code.

...

Now it's your turn to decide. This is what you get:

• Lifetime access to HD quality videos. No monthly subscription. Learn at your own pace, whenever you want.

• English closed captions auto-generated by Udemy.

• Free helpful support in the course Q&A when you have questions or get stuck.

Sounds great? Then start  this adventure today by clicking the “Take this course" button, and join  me in the only JavaScript course that you will need!

Who this course is for:

  • Beginners who are intrested in learning Javascript in depth with clear understanding of what exactly is what.
  • Amateurs who want improve their understanding in Javascript to build much better code.
  • Professionals who want to review their knowledge in Javascript.

Course content

49 sections • 98 lectures • 6h 42m total length

  • Preview00:30
  • Preview00:54
  • Preview02:08
  • Javascript is Light in Weight
    03:29
  • Javascript is Loosely Typed
    02:03
  • Javascript Supports Multiple Programming Paradigms
    00:51

  • Preview05:21
  • Declaration using let keyword
    03:31
  • Declaration using const keyword
    03:49

  • Data types Introduction
    01:28
  • Number Data type
    00:46
  • String Data type
    00:43
  • Boolean Data type
    00:20
  • Undefined Data type
    00:24
  • Null Data type
    00:13

  • Preview01:04
  • Arithmatic Operators
    18:40
  • Comparision Operator
    08:31
  • Bitwise Operator
    07:27
  • Logical Operator
    10:45
  • Assignment Operator
    13:10
  • Comma Operator
    01:04
  • Grouping Operator
    01:42
  • Operator Precedence
    02:56
  • Typeof Operator
    01:11
  • Ternary Operator
    01:06

  • Conditional Statements Intro
    00:18
  • if else statement
    01:25
  • if else if statement
    01:43

  • Break Statement
    00:19

  • Empty Statement
    01:40

  • Switch Intro
    00:25
  • Switch Example
    04:18

  • Loops Intro
    00:26
  • While Loop
    04:18
  • For Loop
    07:20
  • Nested Loop
    08:11

  • Preview00:30
  • Calling a Function
    00:17
  • Return Statement
    00:16
  • Function Examples
    03:58
  • Preview00:38
  • Arguments Property of Functions
    01:32

Instructor

Akhil Dakur
Full Stack Developer, UI Designer, Database Designer
Akhil Dakur
  • 4.0 Instructor Rating
  • 359 Reviews
  • 23,028 Students
  • 1 Course

Akhil has been programming since he was  19 years old, and got into web sites and web application development at  24. After graduating with a Electronics degree from Staffordshire University because of his interest in software development and designing, Akhil has moved to software field as web application designer and architect, database  designer, and user interface designer. 

His experience has ranged across technologies such as HTML5, CSS3,  MVC, JavaScript, jQuery, VueJS, NodeJS, PHP,  Bootstrap, SQL, Hiawatha web server and more. 

He believes strongly that deeply understanding any topic  allows you to properly learn it and, even more importantly in a  real-world environment, quickly overcome problems. 

He also has a deep interest in human nature and  behavior, and how that impacts human-computer interaction. This interest  translated into extending his career into user experience design and  usability research. 

Another link  in the chain is his 8 months of experience in public speaking and  teaching, both in front of small groups and as a one-on-one private  instructor. 

Putting all these  pieces together, he has spent his career listening to a client need,  designing a database and software to meet that need, building it,  testing it, teaching others how to use it, then improving user  experience by watching people actually use it and adjusting accordingly.   

Akhil loves teaching every  aspect of what he does, and even more loves teaching in a way that  imparts understanding, as opposed to just examples intended to be  parroted. He loves that moment when a student 'gets it', and that's what  he wants for you when you take one of his courses. 

He has found that those that learn purely by example, and  not by understanding, end up much more limited than they need to be. 

He firmly believes that anyone can learn anything only if you have real interest or necessity to learn it. Including you. 

"It is my pleasure and privilege to teach you. I hope you'll learn things that you didn't know before and feel confident that you can accomplish your goals.

Thank you!" - Akhil Dakur

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