Javascript Basics For Beginners

JavaScript - Master the Fundamentals in 6 Hours

Last updated 2022-01-10 | 4.6

- Understand the fundamental concepts in JavaScript
- Learn problem-solving skills
- Learn and apply the best practices

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

* 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

Course content

7 sections • 105 lectures

1- Welcome Preview 00:28

2- What is JavaScript? Preview 04:40

3- Setting Up the Development Preview 03:09

4- JavaScript in Browsers Preview 03:47

5- Separation of Concerns Preview 02:04

6- JavaScript in Node Preview 01:50

7- Source Code Preview 00:02

1- Variables Preview 05:36

2- Constants Preview 01:44

3- Primitive Types Preview 03:10

4- Dynamic Typing Preview 03:17

5- Objects Preview 05:14

Arrays Preview 04:18

Functions Preview 04:39

Types of Functions Preview 03:16

1- JavaScript Operators Preview 00:40

Arithmetic Operators Preview 03:39

3- Assignment Operators Preview 01:44

4- Comparison Operators Preview 02:01

5- Equality Operators Preview 03:11

6- Ternary Operators Preview 02:10

7- Logical Operators with Non-booleans Preview 05:30

8- Logical Operators with Non-Booleans Preview 05:53

BitWise Operators Preview 08:28

10- Operator Precedence Preview 01:14

11- Quiz Preview 00:21

12- Exercise- Swapping Variables Preview 02:26

1- If...else Preview 05:23

2- Switch...case Preview 04:41

3- For Preview 05:50

4- While Preview 02:11

5- Do...While Preview 03:29

6- Infinite Loops Preview 02:42

7- For...In Preview 04:25

8- For...of Preview 01:15

9- Break and Continue Preview 02:34

10- Max of Two Numbers Preview 03:59

11- Exercise- Landscape or Portrait Preview 02:25

12- Exercise- FizzBuzz Preview 06:39

13- Exercise- Demerit Points Preview 09:05

14- Exercise- Even and Odd Numbers Preview 02:02

15- Exercise- Count Truthy Preview 04:33

16- Exercise- String Properties Preview 02:58

17- Exercise- Sum of Multiples 3 and 5 Preview 02:40

18- Exercise - Grade Preview 06:32

19- Exercise - Stars Preview 02:33

20- Exercise - Prime Numbers Preview 08:24

1- Basics Preview 04:53

2- Factory Functions Preview 05:44

3- Constructor Functions Preview 05:48

4- Dynamic Nature of Objects Preview 02:03

5- Constructor Property Preview 02:24

6- Functions are Objects Preview 04:47

7- Value vs. Reference Types Preview 05:49

8- Enumerating Properties of an Object Preview 05:09

9- Cloning an Object Preview 04:21

10- Garbage Collection Preview 01:14

11- Math Preview 02:56

12- String Preview 06:25

13- Template Literals Preview 04:52

14- Date Preview 04:00

15- Exercise 1- Address Object Preview 01:41

16- Exercise- Factory and Constructor Function Preview 03:02

17- Exercise 3- Object Equality Preview 03:59

18- Exercise 4- Blog Post Object Preview 02:15

19- Exercise 5- Constructor Functions Preview 02:52

20- Exercise 6- Price Range Objects Preview 03:37

1- Introduction Preview 00:31

2- Adding Elements Preview 03:35

3- Finding Elements (Primitives) Preview 03:32

4- Finding Elements (Reference Types) Preview 05:46

5- Arrow Functions Preview 01:34

6- Removing Elements Preview 03:03

7- Emptying an Array Preview 04:14

8- Combining and Slicing Arrays Preview 03:40

9- The Spread Operator Preview 02:25

10- Iterating an Array Preview 02:32

11- Joining Arrays Preview 03:11

12- Sorting Arrays Preview 06:32

13- Testing the Elements of an Array Preview 03:44

14- Filtering an Array Preview 02:46

15- Mapping an Array Preview 07:47

16- Reducing an Array Preview 06:43

17- Exercise 1- Array from Range Preview 01:50

18- Exercise 2- Includes Preview 01:54

19- Exercise 3- Except Preview 02:08

20- Exercise 4- Moving an Element Preview 06:31

21- Exercise 5- Count Occurrences Preview 04:31

22- Exercise 6- Get Max Preview 06:14

23- Exercise 7- Movies Preview 04:38

1- Function Declarations vs. Expressions Preview 03:18

2- Hoisting Preview 01:56

3- Arguments Preview 04:15

4- The Rest Operator Preview 04:38

5- Default Parameters Preview 03:40

6- Getters and Setters Preview 05:38

7- Try and Catch Preview 05:35

8- Local vs. Global Scope Preview 04:44

9- Let vs Var Preview 05:52

10- The This Keyword Preview 07:22

11- Changing This Preview 07:00

12- Exercise 1- Sum of Arguments Preview 03:42

13- Exercise 2- Area of Circle Preview 01:53

14- Exercise 3- Error Handling Preview 02:49

Coupon to My Other Courses Preview 00:20