1. What is hoisting?
2. What is the difference between a list and a map?
3. Given a set of numbers, find the largest number.
4. Write a program to print prime numbers.
5. Given a sorted array of integers, write a function to search for a target value. If the target exists in the array, return its index. Otherwise, return -1.