@leventsertac

i am learning JS more than a year, i watched a lot of videos. But learning things takes time. You have to focus step by step. So 32 hours is not too long to change your life. I highly recommend this video if you want to be a JavaScript master.

@seunfashina

Just saw this course while I was scrolling. I have to commend the effort you put into  creating this course freely for aspiring developers. May you get your reward

@meowish952

I now have 5 yrs of experience after a bachelors degree that I learned nothing from. If Im going to start all over again I would go into this video instead of studying for 4 years. Thank you for your effort

@karlee8608

4 Hours in and and still loving this tutorial. Extremely beginner friendly and even the Math.random() part was broken down for beginner. Recommend watching for beginner only.

@toitomatto

So all this content is given at a free cost!!!. Thanks very much. No more udemy

@michaldimitrov3233

I love how this course teaches the scope AFTER a lot of JavaScript is already covered. It almost doesn't make sense to talk about how something is global or local when I didn't even have a decent grasp of how functions or loops work.

@StaticBlaster

This is perhaps the best video on JavaScript on the entire internet.

@idlewise

17:57:07 you have created a new automatic function-scoped variable "pagetop", rather than use the existing "pageTop" variable you are referring to when talking! This works (for now) but the event will not update "pageTop". You can quickly spot this in the IDE because "pageTop" remains a light grey colour and does not turn black (meaning that it has been referenced).

@JosephMaina-yq5pn

Representing from Kenya and I really want to appreciate this guy best channel so far.

@karlee8608

9 hours in and currently the vacation destination set up is pretty neat. Start with a control flow and plan out what you will be doing before start writing up the code. This is very simple but good to have something planned out so you have a map that you can follow along.

@mortyrickerson6322

This is the exact type of stuff i subscribed to this channel for:)

@benielsmile3355

I am currently located at drc in Africa as a software engineer and this course was m'y mother board from learning JavaScript it cover every essential aspect from  beginner  to advanced step by step.🎉great job sir

@xzex2609

this course is great for beginners all the way up to advance , but if you are coming from another language and want a super fast course that covers from beginner but very fast goes to the real action you want to see Bro Code 8 hours javaScript course , or any other language ( java , python , c# , C++) you can not find any better course.
the channel name is Bro Code . I myself can't stop watching though it's very simple for me .

@karlee8608

I saw 2 hours so far and gotta say this video is extremely beginner friendly and extremely easy to learn for newbie.

@fazo9057

1:08 First Module
2:08 Part 1
5:13 Part 2

@Nerdslesson

Courser Material : https://drive.google.com/file/d/1H1B617yJGpygTYjps43n-V0LeyWLyf53/view?usp=sharing

Course Challenges: https://drive.google.com/file/d/1KmcuOH1nkIjguxCzMtogug_e33UUiWbZ/view?usp=sharing

       ⭐⭐⭐⭐🕑TIME STAMP📋⭐⭐⭐⭐⭐
👉JAVASCRIPT BASICS
0:00:00 Getting Started 
0:01:02 Module Introduction 
0:01:59 Introduction to JavaScript 
0:26:47 JavaScript Variables
0:50:48 JavaScript Arrays
1:05:50 Module Introduction 
1:06:42 Working With the Code Editor 
1:26:59 Operators Booleans and Selection Statements in JavaScript
2:04:05 Loops in JavaScript 
2:33:56 Sequence Selection and Loop
3:03:28 Functions in javaScript 
3:47:17 Module Introduction 
3:48:23 JavaScript and the DOM
4:42:07 capturing events with JavaScript 
5:32:16 Scope in JavaScript
6:05:25 Simple JS Slideshow Activity 
6:32:58 Slide With Cross Fade Effect Activity
7:14:31 Module Introduction 
7:15:37 Basic Distance Converter Project 
7:44:55 Advanced Distance Converter Project 
8:13:35 Vacation Destination Project HTML CSS
8:50:00 Vacation Destination Project JavaScript 
9:46:19 course Summary 

👉ANIMATION WITH JAVASCRIPT AND JQUERY
9:47:17 Getting Started 
9:47:56 Module Introduction 
9:48:41 Introduction to Jquery
10:28:22 Folding Sidebar Menus With JavaScript
11:00:56 Folding Sidebar Menus With Jquery
11:16:12 Practice Challenges
11:18:07 Module Introduction 
11:18:58 Introduction to the Jquery Effects Library
12:06:54 Creating a Tabbed Interface with Jquery 
12:36:27 Creating a Tabbed interface with JavaScript 
13:15:10 Module Introduction 
13:15:42 Jquery Image Sliders Version 1
13:51:25 Jquery Image Sliders Version 2
14:25:48 JavaScript Image Sliders
14:57:01 Module Introduction
14:57:46 Introduction to Timers and Recursion
15:15:58 Slider on a Timer 
15:32:14 Recursive Content Rotator 
15:56:12 Course Summary 

👉INTERACTIVITY WITH JAVASCRIPT AND JQUERY 
15:57:05 Getting Started 
15:57:56 Module Introduction 
15:58:36 JQuery Plugins
16:15:42 JQuery Plugins and Flexsliders
17:08:01 Module Introduction 
17:08:39 Smooth Scroll with Jquery 
17:34:20 Jquery Page Location Tracking 
18:43:06 Scroll Effects with JavaScript 
19:49:13 Scriptions Site HTML CSS
20:55:11 Module Introduction 
20:55:48 Objects Data in JavaScript
21:29:23 Pic Dice Game
21:51:09 Module Introduction 
21:51:53 The Game of Pig Built in Javascript
23:20:05 Course Summary 

👉DATA MANIPULATION IN JAVASCRIPT
23:21:02 Getting Started 
23:21:58 Module Introduction
23:22:32 Basic HTML form Elements
24:01:16 Form Validation Basics
24:53:33 JQuery Validator Plugin Advanced Options
25:22:47 Module Introduction 
25:23:34 Prototypes Inheritance 
25:50:58 Arrow Functions 
26:09:56 Seat Reservation System Project Overview 
26:16:02 Module Introduction 
26:16:44 Seat Reservation system Project part 1 Creating the Seats
27:05:19 Seat Reservation system Project part 2 Marking the Reserved seats
27:19:40 Seat Reservation system Project part 3 Selecting Seats 
27:45:44 Seat Reservation system Project part 4 The Reservation form
28:21:53 Seat Reservation system Project part 5 Reserving The seats
28:56:11 Module Introduction 
28:56:49 Asynchronous JavaScript
29:49:55 The JavaScript Event Loop
30:11:52 Asynchronously Sending Data With JavaScript
31:10:03 Course Summary 
31:11:22 Studio Ghibli Project Third Party APIs

@idlewise

1:32:00 I prefer Whitesmiths notation style as this means at least three lines will be indented and is therefore easier to see and read. Blocks are clearly set apart from control statements. The alignment of the braces with the block emphasizes that the full block is conceptually, and programmatically, one compound statement. Indenting the braces emphasizes that they are subordinate to the control statement. The ending brace no longer lines up with the statement, but instead with the opening brace.

@karlee8608

7 hours in and I really love the way the clips are broken down into several parts. It is easy to watch and understand better in chunks rather than one big video.  Still enjoying this video.

@mwlk9508

Complete 6 hours so far and this course is one of the best course I found.

@mahmoudalaskalany

This course has more information than my 4 years in college combined