1. What do you mean by OS?
2. What is static polymorphism?
3. What are the basic differences between var and let in JavaScript?
4. Write a program that takes a string and a number of occurrences as input. Find a character with the same occurrence count in a single iteration.
5. Kth largest element