The example above is using an anonymous function, which was executed once.
في المثال أعلاه يستخدم وظيفة غير معروفة والتى تم تنفيذها مرة واحدة.
He discovered that an anonymous function could streamline the callback handling process.
اكتشف أن دالة مجهولة يمكن أن تبسط عملية التعامل مع استرجاع البيانات.
In modern frameworks, an anonymous function is frequently used for component rendering.
في الأطر الحديثة، تُستخدم الدالة المجهولة بشكل متكرر في تخيّل المكونات.
They implemented an anonymous function to keep the variable scope limited and controlled.
قاموا بتنفيذ دالة مجهولة للحفاظ على نطاق المتغيرات محدودًا وتحت السيطرة.
The framework supports passing an anonymous function directly into its processing pipeline.
يدعم الإطار تمرير دالة مجهولة مباشرة في خط أنابيبه للمعالجة.
I often rely on an anonymous function to handle repetitive tasks in my code.
أعتمد غالبًا على دالة مجهولة لمعالجة المهام المتكررة في شيفرتي.
During the meeting, she explained the benefits of using an anonymous function in programming.
خلال الاجتماع، شرحت فائدة استخدام دالة مجهولة في البرمجة.
The developer used an anonymous function to simplify the code structure in the application.
استخدم المطور دالة مجهولة لتبسيط هيكلية الكود في التطبيق.
He wrote an anonymous function to perform calculations on the fly within the script.
كتب دالة مجهولة لإجراء الحسابات بسرعة داخل النص البرمجي.
If that change is made, then each anonymous function in the array result has its own closure; when the example is run the output is as follows
إذا تم إجراء هذا التغيير، فإن كل دالة مجهولة في result المصفوفة لها إغلاق خاص بها ؛ عندما يتم تشغيل المثال الإخراج كما يلي
An anonymous function allows for quick, inline execution without cluttering the global scope.
تسمح الدالة المجهولة بالتنفيذ السريع والمباشر دون ملء النطاق العام.
In JavaScript, you can create an anonymous function to handle events more efficiently.
في جافا سكريبت، يمكنك إنشاء دالة مجهولة لمعالجة الأحداث بكفاءة أكبر.
Rake uses Ruby's anonymous function blocks to define various tasks, allowing the use of Ruby syntax.
يستخدم Rake كتل وظيفة روبي المجهولة لتحديد المهام المختلفة، مما يتيح استخدام بناء جملة روبي.