1 TypeError: [RegExp /a|b/g] is not a function 2 TypeError: [String hello] is not a function 3 TypeError: [object Object] is not a function | 1 TypeError: RegExp("a|b", "g") is not a function 2 TypeError: new String("hello") is not a function 3 TypeError: new Object() is not a function |