JavaScript Modern ES6 – 2020 – The Complete Course
JavaScript Modern ES6 – 2020 – The Complete Course, available at $49.99, has an average rating of 4.7, with 99 lectures, 3 quizzes, based on 685 reviews, and has 40048 subscribers.
You will learn about Modern ES6 Javascript 2020 Basic Syntax of JavaScript Variables, Loops, Desicion Making statements in JavaScript Functions in JavaScript Objects in JavaScript Arrays in JavaScript Advanced ES6 JavaScript concepts: Class, Generators, Promises JavaScript DOM from basics till advanced This course is ideal for individuals who are Beginners who want to learn JavaScript or Web Developers who want to enter into or enhance their JavaScript knowledge or JavaScript developers who want to learn the latest ES6 Syntax or Developers who want to learn the advanced concepts of JavaScript or Those who want to explore JavaScript It is particularly useful for Beginners who want to learn JavaScript or Web Developers who want to enter into or enhance their JavaScript knowledge or JavaScript developers who want to learn the latest ES6 Syntax or Developers who want to learn the advanced concepts of JavaScript or Those who want to explore JavaScript.
Enroll now: JavaScript Modern ES6 – 2020 – The Complete Course
Summary
Title: JavaScript Modern ES6 – 2020 – The Complete Course
Price: $49.99
Average Rating: 4.7
Number of Lectures: 99
Number of Quizzes: 3
Number of Published Lectures: 98
Number of Published Quizzes: 2
Number of Curriculum Items: 103
Number of Published Curriculum Objects: 100
Original Price: ₹7,900
Quality Status: approved
Status: Live
What You Will Learn
- Modern ES6 Javascript 2020
- Basic Syntax of JavaScript
- Variables, Loops, Desicion Making statements in JavaScript
- Functions in JavaScript
- Objects in JavaScript
- Arrays in JavaScript
- Advanced ES6 JavaScript concepts: Class, Generators, Promises
- JavaScript DOM from basics till advanced
Who Should Attend
- Beginners who want to learn JavaScript
- Web Developers who want to enter into or enhance their JavaScript knowledge
- JavaScript developers who want to learn the latest ES6 Syntax
- Developers who want to learn the advanced concepts of JavaScript
- Those who want to explore JavaScript
Target Audiences
- Beginners who want to learn JavaScript
- Web Developers who want to enter into or enhance their JavaScript knowledge
- JavaScript developers who want to learn the latest ES6 Syntax
- Developers who want to learn the advanced concepts of JavaScript
- Those who want to explore JavaScript
I have taken the utmost care to refer a number of resources to give you the best experience in learning JavaScript. I have scrubbed the unnecessary topics and have composed this course of the essential topics with examples that you need to know. In this course, you will start off with the basics of JavaScript and also learn Objects, Object-oriented programming, and Promises. You will be ready to progress your software developer journey to build web apps, mobile apps, desktop apps or for any reason you wanted to learn javascript.
1. Learn all you need to know about JavaScript in an engaging way.
2. The videos are optimized to be viewed on the phone, so the font sizes are big and clear.
3. All of the videos are downloadable using the Udemy App and hence you can watch offline.
4. You will have Lifetime access to this course.
5. You can ask doubts at any point of course and your query will be resolved
6. You will get a Certificate of Completion
So why wait? I can assure you the Best Course out there for JavaScript! Click the buy button and start Learning today!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Tools that you need
Chapter 2: NEW! – Visual Studio Code – All you need to know
Lecture 1: Install Visual Studio Code | Node JS | GIT and Setup
Lecture 2: Navigating VS Code | Changing themes
Lecture 3: Creating new Files | Folders | Moving files
Lecture 4: Using integrated terminal | Running JavaScript Code
Lecture 5: Installing Extensions and enabling them | My Favorite Extensions
Lecture 6: VS Code Alternatives | Atom text editor | Sublime text
Chapter 3: Basics of JavaScript as a Programming Language
Lecture 1: [bonus] Stay upto date with web development and programming
Lecture 2: JavaScript Syntax
Lecture 3: Variables in JavaScript
Lecture 4: UseStrict & Hoisting in JavaScript
Lecture 5: ( NEW!! ) Difference between Var, Let and Const
Chapter 4: Operators | Decision Making Statements | Looping Statements
Lecture 1: COURSE CODE
Lecture 2: Operators
Lecture 3: BitWise Operators
Lecture 4: Decision making statements – if, if-else, switch-case
Lecture 5: Looping statements – for, for-in, for-of, while, do while, break
Lecture 6: BONUS Article from tharunshiv.com : 5 main topics in HTML that you should know
Chapter 5: Functions and Arrow Functions
Lecture 1: Functions – return, parameters, default parameters, rest operator
Lecture 2: Functions – constructor, recursion, anonymous, arrow, generator functions
Lecture 3: Article – Generator Functions and Anonymous functions
Lecture 4: Generator Functions | 4 Ways to use them | Advantages
Chapter 6: Project – Stick It Notes – Part 1
Lecture 1: Project Website and code
Lecture 2: Project Demo – The Website
Lecture 3: Project Demo – Mobile
Lecture 4: Project Intro
Lecture 5: A Note from the Instructor
Lecture 6: Building the HTML of the Project
Lecture 7: Writing the CSS – Part 1
Lecture 8: Writing the CSS – Part 2
Lecture 9: Continuation of the Project
Chapter 7: Cookies | Page Redirects | Dialog boxes | Print Pages
Lecture 1: ( NEW!! ) Cookies | Sessions | LocalStorage – an Intro
Lecture 2: ( NEW!! ) LocalStorage – Store , Retrieve, Remove, Clear all
Lecture 3: ( NEW!! ) Cookies and Sessions – Create, read, delete, expires
Lecture 4: Dialog Boxes – Alert, Confirm, Prompt
Lecture 5: Page Redirection
Lecture 6: Print Page
Lecture 7: BONUS from tharunshiv.com : 3 reasons why you shouldn't use CSS Frameworks
Chapter 8: Objects – All you need to know about them
Lecture 1: Objects – Object Initialization
Lecture 2: Objects – Object Constructor
Lecture 3: Objects – Object.create()
Lecture 4: Objects – Object.assign()
Lecture 5: Objects – delete objects
Lecture 6: Objects – Comparing objects
Lecture 7: Objects – Destructuring
Lecture 8: BONUS article from tharunshiv.com : PWA | Progressive Web Apps | Pros and Cons
Chapter 9: Arrays | Set Interval | Set Timeout
Lecture 1: Arrays – Initializing and storing
Lecture 2: Arrays – Methods in Arrays
Lecture 3: Set Interval | Set timeout
Lecture 4: BONUS Article from tharunshiv.com : 8 Freelancing blunders to avoid
Chapter 10: NEW! – Advanced Array Methods – Map Reduce Filter Some Every Find FindIndex
Lecture 1: The Map Method – Part 1
Lecture 2: The Map Method – Part 2
Lecture 3: The Reduce Method
Lecture 4: The Filter Method
Lecture 5: The Some Method
Lecture 6: The Every Method
Lecture 7: The Find Method
Lecture 8: The FindIndex Method
Chapter 11: Object Oriented Programming in JavaScript ES6 – Classes
Lecture 1: Class – How to create a class | Constructor in class | Instance of a class
Lecture 2: Class – this keyword, Instance variables
Lecture 3: Class – Getter & Setter methods
Lecture 4: Class – Inheritance, Super Keyword,
Lecture 5: Class – In terms of Functions | Mystery debunked | Type of Class
Lecture 6: Class – Static variables and static methods
Chapter 12: Promises | .then() | .catch()
Lecture 1: Promises – What is a Promise | Creating a Promise | .then() | .catch()
Lecture 2: Promises – simulate a request | chaining of .then()
Lecture 3: Promises – Promise.all() | Promise.race()
Chapter 13: Complete JavaScript DOM
Lecture 1: Welcome to JavaScript DOM
Lecture 2: JavaScript DOM – An Intro to the Section
Lecture 3: What and why JavaScript DOM?
Chapter 14: The foundation of JavaScript DOM
Lecture 1: The Document Object
Lecture 2: Get Element By ID
Lecture 3: Difference between textContent, innerText and innerHTML
Lecture 4: Get Elements by ClassName
Lecture 5: Get Elements by TagName
Lecture 6: Query Selecctor
Lecture 7: Advanced Tricks : Grab the Last child or the nth child
Lecture 8: Query Selector All
Chapter 15: JavaScript DOM Advanced
Lecture 1: Traversing the parent and children
Lecture 2: Traversing the siblings
Lecture 3: Creating and Inserting elements
Lecture 4: Events & Event Listeners in JavaScript
Instructors
-
Tharun Shiv
An enthusiastic web developer, who is ready to Teach code.
Rating Distribution
- 1 stars: 9 votes
- 2 stars: 20 votes
- 3 stars: 118 votes
- 4 stars: 283 votes
- 5 stars: 255 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024