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 CompTIA Security+ Amazon AWS Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift 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
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business 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
Development Programming Languages ECMAscript

JavaScript Basics for Beginners

JavaScript - Master the Fundamentals in 6 Hours
Bestseller
Rating: 4.5 out of 54.5 (8,961 ratings)
44,074 students
Created by Mosh Hamedani
Last updated 6/2018
English
English, French [Auto], 
30-Day Money-Back Guarantee

What you'll learn

  • Understand the fundamental concepts in JavaScript
  • Learn problem-solving skills
  • Learn and apply the best practices
  • Avoid common pitfalls and mistakes other JavaScript developers make
  • Write solid JavaScript code
Curated for the Udemy for Business collection

Course content

7 sections • 105 lectures • 6h 38m total length

  • Preview00:28
  • 2- What is JavaScript?
    Preview04:40
  • Preview03:09
  • Preview03:47
  • Preview02:04
  • Preview01:50
  • 7- Source Code
    00:02

  • 1- Variables
    05:36
  • 2- Constants
    01:44
  • 3- Primitive Types
    03:10
  • 4- Dynamic Typing
    03:17
  • 5- Objects
    05:14
  • Arrays
    04:18
  • Functions
    04:39
  • Types of Functions
    03:16

  • 1- JavaScript Operators
    00:40
  • Arithmetic Operators
    03:39
  • 3- Assignment Operators
    01:44
  • 4- Comparison Operators
    02:01
  • 5- Equality Operators
    03:11
  • 6- Ternary Operators
    02:10
  • 7- Logical Operators with Non-booleans
    05:30
  • 8- Logical Operators with Non-Booleans
    05:53
  • BitWise Operators
    08:28
  • 10- Operator Precedence
    01:14
  • 11- Quiz
    00:21
  • 12- Exercise- Swapping Variables
    02:26

  • 1- If...else
    05:23
  • 2- Switch...case
    04:41
  • 3- For
    05:50
  • 4- While
    02:11
  • 5- Do...While
    03:29
  • 6- Infinite Loops
    02:42
  • 7- For...In
    04:25
  • 8- For...of
    01:15
  • 9- Break and Continue
    02:34
  • 10- Max of Two Numbers
    03:59
  • 11- Exercise- Landscape or Portrait
    02:25
  • 12- Exercise- FizzBuzz
    06:39
  • 13- Exercise- Demerit Points
    09:05
  • 14- Exercise- Even and Odd Numbers
    02:02
  • 15- Exercise- Count Truthy
    04:33
  • 16- Exercise- String Properties
    02:58
  • 17- Exercise- Sum of Multiples 3 and 5
    02:40
  • 18- Exercise - Grade
    06:32
  • 19- Exercise - Stars
    02:33
  • 20- Exercise - Prime Numbers
    08:24

  • 1- Basics
    04:53
  • 2- Factory Functions
    05:44
  • 3- Constructor Functions
    05:48
  • 4- Dynamic Nature of Objects
    02:03
  • 5- Constructor Property
    02:24
  • 6- Functions are Objects
    04:47
  • 7- Value vs. Reference Types
    05:49
  • 8- Enumerating Properties of an Object
    05:09
  • 9- Cloning an Object
    04:21
  • 10- Garbage Collection
    01:14
  • 11- Math
    02:56
  • 12- String
    06:25
  • 13- Template Literals
    04:52
  • 14- Date
    04:00
  • 15- Exercise 1- Address Object
    01:41
  • 16- Exercise- Factory and Constructor Function
    03:02
  • 17- Exercise 3- Object Equality
    03:59
  • 18- Exercise 4- Blog Post Object
    02:15
  • 19- Exercise 5- Constructor Functions
    02:52
  • 20- Exercise 6- Price Range Objects
    03:37

  • 1- Introduction
    00:31
  • 2- Adding Elements
    03:35
  • 3- Finding Elements (Primitives)
    03:32
  • 4- Finding Elements (Reference Types)
    05:46
  • 5- Arrow Functions
    01:34
  • 6- Removing Elements
    03:03
  • 7- Emptying an Array
    04:14
  • 8- Combining and Slicing Arrays
    03:40
  • 9- The Spread Operator
    02:25
  • 10- Iterating an Array
    02:32
  • 11- Joining Arrays
    03:11
  • 12- Sorting Arrays
    06:32
  • 13- Testing the Elements of an Array
    03:44
  • 14- Filtering an Array
    02:46
  • 15- Mapping an Array
    07:47
  • 16- Reducing an Array
    06:43
  • 17- Exercise 1- Array from Range
    01:50
  • 18- Exercise 2- Includes
    01:54
  • 19- Exercise 3- Except
    02:08
  • 20- Exercise 4- Moving an Element
    06:31
  • 21- Exercise 5- Count Occurrences
    04:31
  • 22- Exercise 6- Get Max
    06:14
  • 23- Exercise 7- Movies
    04:38

  • 1- Function Declarations vs. Expressions
    03:18
  • 2- Hoisting
    01:56
  • 3- Arguments
    04:15
  • 4- The Rest Operator
    04:38
  • 5- Default Parameters
    03:40
  • 6- Getters and Setters
    05:38
  • 7- Try and Catch
    05:35
  • 8- Local vs. Global Scope
    04:44
  • 9- Let vs Var
    05:52
  • 10- The This Keyword
    07:22
  • 11- Changing This
    07:00
  • 12- Exercise 1- Sum of Arguments
    03:42
  • 13- Exercise 2- Area of Circle
    01:53
  • 14- Exercise 3- Error Handling
    02:49
  • Coupon to My Other Courses
    00:20

Requirements

  • No coding experience is required to take this course.

Description

WHAT IS JAVASCRIPT? 

JavaScript is one of the most popular programming languages in the world, and growing faster than any other programming language. As a developer, you can use JavaScript to build web and mobile apps, real-time networking apps, command-line tools, and games.


4 REASONS TO LEARN JAVASCRIPT 

  • JavaScript is a key tool for front-end, back-end, and full-stack developers.
  • The average annual salary for a JavaScript developer is $72,000.
  • Companies like Walmart, Netflix, and PayPal run big internal applications around JavaScript.
  • Having strong JavaScript knowledge will help you land your dream job.


A STEP-BY-STEP, BEGINNER-FRIENDLY COURSE

This course is your first step towards a new career in web or mobile development. Here is what you get when enroll in this course: 

  • 6 hours of HD videos
  • Bite-sized and easy-to-digest videos with "no fluff” 
  • 30 exercises and challenges with solutions
  • Expert tips to become a JavaScript wizard
  • No more wasted time on disconnected, out-of-date tutorials
  • Learn at your own pace - take your time if required
  • Unlimited access - watch the course as many times as you wish
  • 30-day money-back guarantee - try it risk free! You have nothing to lose. 
  • Certificate of completion to present to your current or future employer


WHY THIS COURSE?

There are several JavaScript courses on Udemy. So, what makes this course different? Here are 5 reasons: 

  • Taught by a senior coder and best-selling instructor - Mosh Hamedani 
  • Mosh has 17 years of experience as a software engineer
  • He has produced 19 courses and many of them are best-selling courses 
  • He has taught over 200,000 students in 192 countries 
  • No fluff or unnecessary repetition - don't waste your time on long courses 
  • Clear, concise, and practical training - start coding right away 
  • Learn how to think like a programmer - most, if not all, courses just teach you JavaScript features, not the art of problem solving 
  • JavaScript interview questions - many of the exercises in the course are picked from popular interview questions 
  • Fun and engaging - just read Mosh's reviews and see what his students have to say


WHO IS THIS COURSE FOR? 

  • Aspiring developers - perhaps you learned a little bit of HTML and CSS and want to take your first JavaScript programming course. This course is an ideal starting point.  
  • Experienced developers with no degree in computer science - there are a lot of self-taught web developers out there who cannot solve basic programming problems, because they never attended a college. Don't be one of those! This course teaches you the fundamental programming skills that every developer must know. 
  • Anyone who wants to better understand JavaScript - chances are you've taken another course but didn't understand certain topics well. You can take this course to fill the gaps and strengthen your understanding of JavaScript. 

NO PRIOR KNOWLEDGE NEEDED

You don't need familiarity with JavaScript to take this course. You'll learn everything from scratch, step-by-step. A very basic familiarity with HTML will be helpful but it is not required.


ARE YOU READY TO MAKE THE FIRST STEP TOWARDS BECOMING A WEB OR MOBILE DEVELOPER?

Stop wasting your time on disconnected tutorials or super long courses. Enroll in the course to get started. With a 30-day money-back guarantee, what do you have to lose? 


Who this course is for:

  • Anyone who wants to become a web developer
  • Existing developers who need to strengthen their understanding of JavaScript

Featured review

Sadashiv J P
Sadashiv J P
162 courses
11 reviews
Rating: 5.0 out of 5a year ago
I like Mosh Hamedani personally as a tutor. He is a great tutor and teaches concepts really well. He makes complex things also easier through his teaching. He makes audience to understand what he teaches, easier.

Instructor

Mosh Hamedani
Passionate Software Engineer and Best-selling Author
Mosh Hamedani
  • 4.5 Instructor Rating
  • 211,078 Reviews
  • 507,305 Students
  • 20 Courses

Hi! My name is Mosh (Moshfegh) Hamedani! I'm a passionate software engineer with two decades of experience and I've taught over 3 million people who to code or how to become professional software engineers through my YouTube channel and online courses.

My goal is to make software engineering fun and accessible to everyone. That's why my courses are simple, pragmatic and free of BS.

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