npm ci
npm test
- Set
- Map
- Array
- Stack
- Queue
- Linked Lists
- Try catch block
- Chaining method
- Class
- Object
- Inheritance
- Protoypal Inheritance
- Classical Inheritance (Sugar Syntax for prototypal inheritance)
- Does await keyword inside for loop block the main thread?
- Reverse a string
- Check palindrome
- Count occurrences of character in the string
- Replace a character with a word in string
- Check if two strings are Anagram of each other
- Check if string follows a given pattern. A word pattern problem
- Check if input strings are isomorphic
- Remove elements in place.
- Remove Duplicates from a Sorted Array.
- Remove Duplicates from a Sorted Array II.