1
Array Reduce Theory
2
Promises & Async Await Theory
3
Function & this Theory
4
Prototype and Prototypal Inheritance Theory
5
Functions Output
6
Closure Output
7
Objects Output
8
Promises Output
9
this Output
10
Currying Output
11
Var, Let & Const Output
12
Map, Filter & Reduce Output
13
Call, Apply & Bind Output
14
Event Propagation Output
15
Primitive & Non Primitive
16
Deep Equal
17
Clone Clamp & Chunk
18
Async Functions in Series
19
Pipe & Compose
20
Move Zeros
21
Get By Path
22
Has All Icons
23
Retry Promises
24
Flatten an Array
25
Flatten Deeply Nested Object
26
Promise Polyfill
27
Promise.all() Polyfill
28
Promise.any() Polyfill
29
Promise.race() Polyfill
30
Promise.finally() Polyfill
31
Promise.allSettled() Polyfill
32
Promise.resolve() & Promise.reject() Polyfill
33
Array.map() Polyfill
34
Array.filter() Polyfill
35
Array.reduce() Polyfill
36
Array.fill() Polyfill
37
String.split() Polyfill
38
String.length Polyfill
39
setInterval() Polyfill
40
setTimeout() Polyfill
41
Clear All Timeouts Polyfill
42
Call Apply Bind Polyfill
43
Once Polyfill
44
Sleep Polyfill
45
Debounce Polyfill
46
Throttle Polyfill
47
Memoization Polyfill
48
Group By Polyfill
49
Object.hasOwnPropertyDeep() Polyfill
50
JSON Stringify Polyfill
51
Jest Expect Polyfill
52
Singleton Design Pattern
53
Pub Sub Design Pattern I
54
Pub Sub Design Pattern II
55
Proxy Design Pattern
56
Event Emitter
57
Array Event Listener
58
Analytics SDK
59
Circuit Breaker
60
Task Scheduling
61
In Memory File System
62
LRU Cache
63
Virtual DOM
64
DOM Finder
65
Get Elements By Classname
66
getByClassnameHierarchy()
67
Async Promises in Sequence
68
Async Promises in Parallel
69
Fetch With Timeout
70
mapLimit()
71
Cached API
72
Request & Response Interceptor
73
In Memory Search Engine
74
usePrevious() Hook
75
CSS Selector Generator
76
Method Chaining
77
Browser History
78
Browser Cookie
79
Get Object Value from String Path
80
Set Value in Object at String Path
81
Localstorage with Expiry
82
Find elements with given color
83
Aggregate Objects on Keys
84
Filter Objects on Value
85
HTML Encoding of String 1
86
HTML Encoding of String 2