02RKRahul Kumar BorahWhat is the significance of `new` keyword in javascript?What is the difference between the following two statements? Statement 1: throw Error("some error message"); Statement 2: throw new Error("some error message");Aug 5, 2020L_