Create a function that takes a string with parentheses and returns the number of insertions required to balance the parentheses.A balanced parentheses string is one where each opening parenthesis '(' has a corresponding closing parenthesis ')'.The challenge difficulty level is medium.Join the Daily JavaScript Challenge series for daily programming challenges.