Debug.log("1");
Foo();
Debug.log("2");
Bar();
Debug.log("3");

Ответить

Uncaught ReferenceError: Foo is not defined at :1:1

Ответить