Jump to content

tarthur

Newbie
  • Posts

    16
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. tarthur's post in Вызов функции из другой функции. was marked as the answer   
    function f1() {
    alert(1);
    f2();
    alert(3);
    }

    function f2() {
    alert(2)
    }

    f1();
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy