0(0)

Step by Step Guide for Javascript – Basics to Advanced

95.76

Description

A perfect course for all those who want to learn and master Javascript programming skills right from scratch.

At the beginning of this course, we will help you learn and understand all the basic concepts of javascript. Once you master the basics, we will move on to the advanced topics like object-oriented programming where you will learn the OOPs concepts like data binding, inheritance, data encapsulation, etc. After that, we will move towards the most used part in Javascript – Functional Programming where we will cover the special functions like map, filter, reduce, and many more. We will also cover some essential topics in jQuery which is a widely used javascript library. It is preferred by most developers to write crisp and compact code.

We have included the best practices and do’s and don’ts in Javascript programming language. We will even explain how to write clean code with the help of comments, the code which other developers can understand.

This course is designed in such a way that a person, who does not know anything about programming, will be able to write a clean and well-structured code after completion.

What Will I Learn?

  • Basics of JavaScript (Data types, Loops, Arrays, Objects, Functions, etc)
  • Introduction to Document Object Model(DOM) and Browser Object Model(BOM)
  • OOPs concepts in JavaScript
  • Working with jQuery

Topics for this course

71 Lessons

Section 1: JavaScript Basics

1. JavaScript – Introduction2:54
2. JavaScript – Introduction to Variables, Operators and Expressions7:42
3. JavaScript – Variables8:04

Section 2: Data Types

Section 3: Conditional Statements

Section 4: Operators

Section 5: Type Coercion

Section 6: Objects and Arrays

Section 7: Loops

Section 8: Functions and Hoisting

Section 9: Document Object Model(DOM)

Section 10: Browser Object Model

Section 11: Mini Project

Section 12: Regular Expressions

Section 13: OOPs in JavaScript

Section 14: HTTP Requests

Section 15: jQuery

Section 16: JavaScript Assessment

About the instructors

Ferdy Korpershoek

0 ratings (0 )
40 Courses
3 students

Share

Course Details

Requirements

  • A basic understanding of HTML and CSS

Target Audience

  • Beginners who are new to Web Development
  • Freshers who want to learn JavaScript from scratch
  • Developers who want to brush up on the concepts of Javascript