There are no items in your cart
Add More
Add More
Item Details | Price |
---|
Instructor: Shagun Garg
Language: Hindi
Validity Period: 365 days
Validity Period: 730 days
Validity Period: Lifetime
Get Lifetime Access of the course
Certificate
12-13 Hrs High Quality Videos
Study Material for Interview Preparation
Assignments
Recommended for Beginners
Screen Sharing/Chat Support
We will provide screen sharing support to debug & fix your code
Incase, you are not able to understand a topic through pre-recorded videos then we will provide one to one live session to clear your doubts.
Anyone who wants to learn js can start
Upon successful completion of the course, you will be able to learn:
Click on Add to Cart
Signup
Pay
Start with your Course
course access | |||
FAQS | |||
Course Discussion (3:00) | |||
Important | |||
01 - Introduction | |||
1.01 - Course outline | Preview | ||
1.02 - what is javascript and how is it executed 7:00 | Preview | ||
1.03 - how javascript is executed 2:00 | Preview | ||
1.04 - future of javascript | Preview | ||
1.05 - Disadvantages of javascript | Preview | ||
1.06 - framework vs language vs library 5:00 | Preview | ||
1.07 - type of cases in programming 2:00 | Preview | ||
1.08 - javascript running environment 2:00 | Preview | ||
02 - Command line and setup | |||
2.01 - basics of command prompt window 4:00 | Preview | ||
How you should Proceed? | Preview | ||
2.02 - project setup and installation 3:00 | Preview | ||
NOTICE | Preview | ||
03 - Time for the basics | |||
3.01 - different data types 6:00 | Preview | ||
3.02 - assigning variables 4:00 | Preview | ||
3.03 - dynamically interpreted vs weekly typed programming languages 2:00 | |||
3.04 - basics of number data type 11:00 | Preview | ||
Attached Code | |||
3.05 - basics of boolean data type 9:00 | Preview | ||
Attached Code | |||
3.06 - basics of array data type 6:00 | Preview | ||
REQUEST | |||
Attached Code | |||
3.07 - basics of string data type 7:00 | Preview | ||
Attached Code | |||
3.08 - basics of object data type 5:00 | |||
Attached Code | |||
3.09 - spread operator 6:00 | |||
Attached Code | |||
3.10 - method of string data type 8:00 | |||
Attached Code | |||
3.11- method of an array data type 7:00 | |||
Attached Code | |||
3.12 - primitive vs reference data type 7:00 | |||
Attached Code | |||
04 - Data type Assignment | |||
4.01 - Data type Assignment | |||
Attached Code | |||
4.02 - data type assignment solution 10:00 | |||
05 - Statement and loops | |||
5.01 - if , else, elif statement 6:00 | |||
Attached Code | |||
5.02 - For loop 10:00 | |||
Attached Code | |||
5.03 - While loop 2:00 | |||
Attached Code | |||
5.04 - break and continue 5:00 | |||
Attached Code | |||
5.05 - switch case statement 5:00 | |||
Attached Code | |||
Your Review and Feedback | |||
06 - Statement and loop assignment | |||
6.01 - Statement and loops Assignment | |||
6.02 - statement assignment 22:00 | |||
Attached Code | |||
07 - Functions | |||
7.01 - how to read a method 4:00 | |||
7.02 - Basics of function 6:00 | |||
Attached Code | |||
7.03 - Map, filter and arrow functions 10:00 | |||
Attached Code | |||
7.04 - nested functions 7:00 | |||
Attached Code | |||
08 - Function Assignment | |||
8.01 - Function Assignment | |||
8.02 - function assignment 15:00 | |||
Attached Code | |||
09 - Object Oriented Programming (OOPS) | |||
9.01 - basics of classes 7:00 | |||
Attached Code | |||
9.02 - methods of a class 5:00 | |||
Attached Code | |||
9.03 - static vs non static 5:00 | |||
Attached Code | |||
9.04 - Polymorphism 4:00 | |||
Attached Code | |||
9.05 - inheritance 14:00 | |||
Attached Code | |||
10 - OOPS Assignment | |||
10.01 - OOPS Assignment | |||
10.02 - oops assignment solution 8:00 | |||
Attached Code | |||
11 - Few more concepts | |||
11.01 - call bind this and apply 9:00 | |||
Attached Code | |||
11.02 - higher order functions 6:00 | |||
Attached Code | |||
11.03 - ternary operators 3:00 | |||
Attached Code | |||
11.04 - parse and stringfy 6:00 | |||
Attached Code | |||
11.05 - function inside object and array 4:00 | |||
Attached Code | |||
11.06 - getter , setter and define property 7:00 | |||
12 - Using Third Party Libraries | |||
12.01 - installing package.json | |||
12.02 - using multiple files 9:00 | |||
Attached Code | |||
12.03 - using third party libraries 8:00 | |||
12.04 - Using Momentjs for data N time 5:00 | |||
13 - Promises | |||
13.01 - using promises 12:00 | |||
Attached Code | |||
13.02 - async await try catch 9:00 | |||
Attached Code | |||
14 - Using Js in Browser | |||
14.01 - running in a browser 3:00 | |||
Attached Code | |||
14.02 - local storage vs session storage vs cookies 5:00 | |||
14.03 - Using browser storage 6:00 | |||
Attached Code | |||
14.04 - Dom manipulation 12:00 | |||
Attached Code | |||
15 - Typescript | |||
15.01 - what is typescript why to use it 4:00 | |||
15.02 - installing ts and project setup 5:00 | |||
Attached Code | |||
15.03 - running typescript in a browser 2:00 | |||
15.04 - using typings 8:00 | |||
Attached Code | |||
15.05 - enums and interface 11:00 | |||
Attached Code | |||
15.06 - private vs public vs protected 4:00 | |||
Attached Code | |||
15.07 - encapsulation and abstraction 12:00 | |||
Attached Code | |||
16 - Connecting with server | |||
16.01 - ajax vs axios 4:00 | |||
16.02 - what is an api 4:00 | |||
16.03 - types of request in a server 3:00 | |||
16.04 - http status codes 6:00 | |||
16.05 - using postman to call api 10:00 | |||
16.06 - using axios to call request from server 11:00 | |||
Attached Code | |||
16.07 - best practise to use axios like a pro 13:00 | |||
Attached Code | |||
17 - Design Patterns | |||
17.01 - what is design patterns and why to use them | |||
17.02 - SRP and DIP 3:00 | |||
17.03 - constructor and proptotype design pattern | |||
Attached Code | |||
17.04 - module pattern 6:00 | |||
Attached Code | |||
17.05 - singleton pattern 4:00 | |||
Attached Code | |||
17.06 - factory pattern 14:00 | |||
Attached Code | |||
17.07 - facade pattern 9:00 | |||
Attached Code | |||
18 - More about Events | |||
18.01 - Pure vs Impure functions 7:00 | |||
18.02 - Recursive Function 4:00 | |||
18.03 - Advance Recursive Function 14:00 | |||
18.04 - Currying Function 11:00 | |||
19 - Events and debugging in Javascript | |||
19.01 - listening an event 5:00 | |||
19.02 - more about events 4:00 | |||
19.03 - supported events 2:00 | |||
19.04 - Using prevent default with forms 5:00 | |||
19.05 - Bubbling and capturing a event 9:00 | |||
19.06 - event handler with this and function 2:00 | |||
19.07 - Debugging js using breakpoints 5:00 | |||
20 - Meta Programming | |||
20.01 - using a symbol 13:00 | |||
Attached Code | |||
20.02 - iterators 7:00 | |||
Attached Code | |||
20.03 - generators 15:00 | |||
Attached Code | |||
20.04 - reflect api 3:00 | |||
20.05 - proxy api 7:00 | |||
Attached Code | |||
21 - Security & Performance | |||
21.01 - code is open for all 5:00 | |||
21.02 - security in js 7:00 | |||
21.03 - performance optimization in javascript 4:00 | |||
Conclusion | |||
javscript pdf (43 pages) |
Q.HOW TO ACCESS YOUR COURSE ?
A. After successful purchase, this item would be added to your courses. You can access your courses in the following ways :
Q. Will i get a certificate of course ?
A. Yes, You will receive a cerificate after completing the course
Q. HOW Will I ask my course Doubts ?
A. To ask your course Doubts we have course discussion page. If your doubts are big and can't be solved through text then you will get a live doubt class. Solving your doubts is our priority.
Q. Can I Track my Progress ?
A. Yes, it will show your progress and it will tell you that which video is already completed. All those videos which are completed will be highlighted with Green Color
Learn With One of the Best Instructor in Hindi
The biggest advantage of Online education is that you study at your pace.
Now you can study at your home or with your friends.