Interview OYO Web Developer Interview Experience and Question Round 1 - Profile Selection (Online) Write a polyfill for bind function. Given an expression string exp, write a program to examine whether the pairs and the orders of {,},(,),[,] are correct in exp. Example 1: Input: exp = [()]{}{[()()]()} Output: Balanced Example 2: Input: exp = [(]) Output: Not Balanced What is the output...