code_script-switching-01.js 150 B

1234567
  1. /* Any copyright is dedicated to the Public Domain.
  2. http://creativecommons.org/publicdomain/zero/1.0/ */
  3. function firstCall() {
  4. secondCall();
  5. }