Warning: preg_grep(): Compilation failed: quantifier does not follow a repeatable item at offset 27 in /var/www/tg-me/post.php on line 75
Frontend | Вопросы собесов | Telegram Webview: easy_javascript_ru/1260 -
Telegram Group & Telegram Channel
🤔 Какие способы создания функций есть?

Функции можно создавать несколькими способами:
- Function Declaration (function foo() {}) – имеет hoisting (видимость до объявления).
- Function Expression (const foo = function() {};) – не поднимается (hoisting не работает).
- Arrow Function (const foo = () => {};) – компактный синтаксис, не имеет собственного this.
- Constructor Function (new Function('a', 'b', 'return a + b');) – динамически создаёт функцию.


Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚 Базу знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍24🔥10💊5



tg-me.com/easy_javascript_ru/1260
Create:
Last Update:

🤔 Какие способы создания функций есть?

Функции можно создавать несколькими способами:
- Function Declaration (function foo() {}) – имеет hoisting (видимость до объявления).
- Function Expression (const foo = function() {};) – не поднимается (hoisting не работает).
- Arrow Function (const foo = () => {};) – компактный синтаксис, не имеет собственного this.
- Constructor Function (new Function('a', 'b', 'return a + b');) – динамически создаёт функцию.


Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚 Базу знаний

BY Frontend | Вопросы собесов


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/easy_javascript_ru/1260

View MORE
Open in Telegram


Frontend | Вопросы собесов Telegram | DID YOU KNOW?

Date: |

Telegram announces Anonymous Admins

The cloud-based messaging platform is also adding Anonymous Group Admins feature. As per Telegram, this feature is being introduced for safer protests. As per the Telegram blog post, users can “Toggle Remain Anonymous in Admin rights to enable Batman mode. The anonymized admin will be hidden in the list of group members, and their messages in the chat will be signed with the group name, similar to channel posts.”

Frontend | Вопросы собесов from us


Telegram Frontend | Вопросы собесов
FROM USA