-
Урок 1.
00:05:32
Difference Between Null & Undefined ?
-
Урок 2.
00:08:41
Function Scope Vs. Block Scope
-
Урок 3.
00:06:07
What is Automatic Semicolon Insertion (ASI) ?
-
Урок 4.
00:10:29
Difference between Rest and Spread operator?
-
Урок 5.
00:07:16
When do you get Infinity or -Infinity as output?
-
Урок 6.
00:07:30
When do you get NaN as output?
-
Урок 7.
00:15:08
Explain must know points of arrow function.
-
Урок 8.
00:09:14
How does a "closure" work in JavaScript ?
-
Урок 9.
00:12:03
How can sum(5)(6) return 11?
-
Урок 10.
00:13:01
Iterables and Iterators
-
Урок 11.
00:24:30
Generators
-
Урок 12.
00:08:03
Memory Management & Garbage Collection
-
Урок 13.
00:10:30
How do you handle errors in JavaScript code ?
-
Урок 14.
00:12:34
Explain array & traversal in array.
-
Урок 15.
00:12:18
Add, Remove, Insert, Replace Elements in Array
-
Урок 16.
00:11:48
How do you perform search in an array ?
-
Урок 17.
00:08:46
What is the use of map() method ?
-
Урок 18.
00:12:58
How to flatten 2D array ?
-
Урок 19.
00:11:21
How can you sort an array ?
-
Урок 20.
00:08:51
Explain Array Destructuring ?
-
Урок 21.
00:08:51
String Basics - [UTF -16] - \u - Unicode
-
Урок 22.
00:05:24
ES6 Template Literal (String)
-
Урок 23.
00:06:07
“.length” Property and Search Methods
-
Урок 24.
00:12:23
Extraction Methods
-
Урок 25.
00:07:19
Case Conversion & replace() Method
-
Урок 26.
00:08:35
Date & Time Basics
-
Урок 27.
00:07:43
Date Methods
-
Урок 28.
00:04:14
Time Methods
-
Урок 29.
00:19:28
What is object literal?
-
Урок 30.
00:06:03
What is “this” object?
-
Урок 31.
00:08:24
What is the purpose of call(), apply() and bind()?
-
Урок 32.
00:16:14
Class, Class expression & Static members
-
Урок 33.
00:13:27
Inheritance, Subclassing and Extending built-in class
-
Урок 34.
00:06:17
Destructuring Object Literal
-
Урок 35.
00:03:52
Class Accessors - getter & setter methods
-
Урок 36.
00:18:34
Map
-
Урок 37.
00:07:20
Set
-
Урок 38.
00:06:23
WeakMap() and WeakSet()
-
Урок 39.
00:07:26
Understanding DOM
-
Урок 40.
00:07:46
Difference between Document Object & Window Object
-
Урок 41.
00:10:53
How to handle timer based events ?
-
Урок 42.
00:11:34
What is event bubbling & event capturing ?
-
Урок 43.
00:07:55
What is event delegation ?
-
Урок 44.
00:19:07
How to navigate through DOM ?
-
Урок 45.
00:11:11
getElementBy<id,tags,class & name>()
-
Урок 46.
00:04:59
querySelector() & querySelectorAll()
-
Урок 47.
00:11:34
Event Basics
-
Урок 48.
00:12:09
MouseEvent
-
Урок 49.
00:05:46
ClientX/Y Vs. PageX/Y Vs. ScreenX/Y - Coordinates
-
Урок 50.
00:07:06
Keyboard Events
-
Урок 51.
00:14:21
Input Element Events
-
Урок 52.
00:04:04
oncut - oncopy - onpaste Events
-
Урок 53.
00:04:23
Introduction
-
Урок 54.
00:07:40
Custom HTMLElement - First step of web component
-
Урок 55.
00:02:22
Problem without shadow DOM
-
Урок 56.
00:05:12
Shadow DOM to the rescue
-
Урок 57.
00:08:34
HTML <template> - Must know for web components
-
Урок 58.
00:03:16
Creating component template
-
Урок 59.
00:06:13
Dynamic Data with Custom Attributes
-
Урок 60.
00:03:33
Life cycle Callbacks
-
Урок 61.
00:08:58
Changing Attribute on Event
-
Урок 62.
00:05:16
Deleting Component - disconnectedCallback()
-
Урок 63.
00:01:57
Setter method - the right approach
-
Урок 64.
00:04:58
The slot element
-
Урок 65.
00:13:10
What is a callback function ?
-
Урок 66.
00:22:05
What is a Promise ?
-
Урок 67.
00:15:16
Explain Promise.all() Vs. Promise.allSettled() Vs. Promise.race() ?
-
Урок 68.
00:13:51
Explain functionality of async/await ?
-
Урок 69.
00:20:22
AJAX & XMLHTTPRequest (XHR)
-
Урок 70.
00:13:05
The "fetch" API
-
Урок 71.
00:07:38
Async Iterators & Generators
-
Урок 72.
00:07:07
What is Module ?
-
Урок 73.
00:14:25
Named Export/Import
-
Урок 74.
00:06:58
Default Export/Import
-
Урок 75.
00:03:32
Introduction to Debounce & Throttling
-
Урок 76.
00:03:46
Debouncing Vs. Throttling - The Concept
-
Урок 77.
00:07:21
Throttling - Implementation
-
Урок 78.
00:06:07
Debouncing - Implementation
-
Урок 79.
00:02:46
Use case - Throttling
-
Урок 80.
00:01:54
Use case - Debouncing
-
Урок 81.
00:08:38
Introduction to debugging & Developer Tool
-
Урок 82.
00:08:09
Understanding Developer tool
-
Урок 83.
00:05:27
Debugging Pane : Watch, Call stack & Scope
-
Урок 84.
00:02:26
Debugging Pane : Code Navigation
-
Урок 85.
00:03:31
Event Listener Breakpoints
-
Урок 86.
00:03:55
Conditional & Programmatic breakpoints
-
Урок 87.
00:04:18
What are DOM breakpoints?
-
Урок 88.
00:03:22
How does XHR/Fetch breakpoints work?
-
Урок 89.
00:02:31
Exception Breakpoints
-
Урок 90.
00:05:15
The "console" Object Methods
-
Урок 91.
00:03:18
console.time() & related methods
-
Урок 92.
00:09:42
Introduction to Regular Expression
-
Урок 93.
00:13:24
Regex Character Classes
-
Урок 94.
00:04:13
Modifier "/m" - Multi line search
-
Урок 95.
00:03:37
Modifier "/s" & (.) Dot character class
-
Урок 96.
00:10:04
Modifier "/y" (Sticky Modifier) OR (Sticky Flag)
-
Урок 97.
00:11:11
Unicode Basics & Modifier "/u"
-
Урок 98.
00:03:07
Using modifier "/u" with Unicode property "\p"
-
Урок 99.
00:05:10
Character Sets and Range
-
Урок 100.
00:07:56
Quantifiers
-
Урок 101.
00:03:42
Greedy & Lazy Behavior
-
Урок 102.
00:02:34
Boundary Assertions - Anchors
-
Урок 103.
00:04:50
Word Boundaries - "\b"
-
Урок 104.
00:04:18
Lookahead x(?=y) & Negative Lookahead x(?!y)
-
Урок 105.
00:03:58
Lookbehind (?<=y)x & Negative Lookbehind (?<!y)x
-
Урок 106.
00:06:28
exec() method & lastIndex property
-
Урок 107.
00:04:48
match() & matchAll() method
-
Урок 108.
00:01:21
search() method
-
Урок 109.
00:03:46
split() method
-
Урок 110.
00:06:09
replace() method
-
Урок 111.
00:01:21
test() method
-
Урок 112.
00:09:58
Group Capturing
-
Урок 113.
00:04:40
Back Reference
-
Урок 114.
00:01:42
Assignment - Validate whether the first letter of string is in uppercase or not
-
Урок 115.
00:02:06
Assignment - Validate that a string should begin with a digit
-
Урок 116.
00:01:14
Assignment - Validate that a string should have a word containing only digits
-
Урок 117.
00:02:14
Assignment - Validate that a word should contain only letters
-
Урок 118.
00:02:37
Assignment - Validate for all uppercase character's in the string
-
Урок 119.
00:03:57
Assignment - Counting vowels & consonants in a string
-
Урок 120.
00:03:23
Assignment - Validate to find all the double words in a string
-
Урок 121.
00:02:26
Assignment - Finding a word of a specific number of letters
-
Урок 122.
00:04:32
Assignment - Validate the date format i.e., (mm/dd/yyyy)
-
Урок 123.
00:06:03
Assignment - Validate the date value along with its format
-
Урок 124.
00:07:00
Assignment - Validating email address
-
Урок 125.
00:05:10
Assignment - Validating IP address
-
Урок 126.
00:10:33
Assignment - Validating credit card number
-
Урок 127.
00:09:28
Assignment - Validate whether string is palindrome or not using regex pattern
-
Урок 128.
00:03:06
Is given value an array or not?
-
Урок 129.
00:04:23
Remove duplicate values from Array
-
Урок 130.
00:03:07
Remove null,undefined,0,NaN and ‘ ’ from array?
-
Урок 131.
00:06:34
Finding Factorial
-
Урок 132.
00:15:19
Prime Number
-
Урок 133.
00:05:39
Vowel & Consonant - Algorithm
-
Урок 134.
00:04:52
Array intersection and union - the ES6 way
-
Урок 135.
00:06:44
Fibonacci Series
-
Урок 136.
00:08:19
Reverse Number
Please update this course.
Thank you.
Please update this course.
Thank you.
for faang prep isn't good enough