1 TypeError: Cannot call "func" that has undefined value 2 TypeError: Cannot call "foo" that has undefined value 3 TypeError: Cannot call "func" that has undefined value | 1 TypeError: func is not a function 2 TypeError: obj.foo is not a function 3 TypeError: func is not a function |