Skip to content

Instantly share code, notes, and snippets.

@1234ru
Created September 26, 2019 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1234ru/f888010936d3d12e136a5022d440ecf7 to your computer and use it in GitHub Desktop.
Save 1234ru/f888010936d3d12e136a5022d440ecf7 to your computer and use it in GitHub Desktop.
Заметки/задачи о Javascript

Как вызывать функцию из себя самой без явного указания имени?

function someFunc() {
   x = someFunc(); // как тут не писать имя функции?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment