Tag

Arrow Functions

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Nov 27, 2024 · Backend Development

Function Object Programming (FOP) in PHP: Extensions and Practical Examples

Function Object Programming (FOP) in PHP, introduced in PHP 7.4, enhances code reuse and modularity through arrow functions, callable classes, and functional pipelines, with practical examples demonstrating anonymous callbacks, modular code, and data transformation techniques for more flexible and maintainable backend development.

Arrow FunctionsBackend DevelopmentCallable Classes
0 likes · 3 min read
Function Object Programming (FOP) in PHP: Extensions and Practical Examples
php中文网 Courses
php中文网 Courses
Oct 29, 2024 · Backend Development

Evaluating the Learning Cost of New PHP Function Features

This article examines how the introduction of new PHP function features, such as arrow functions and pattern matching, impacts a development team's learning cost, outlining required skill updates, integration challenges, and the trade‑offs between efficiency gains and the effort required to adopt these features.

Arrow FunctionsBackend DevelopmentLearning Cost
0 likes · 5 min read
Evaluating the Learning Cost of New PHP Function Features
37 Interactive Technology Team
37 Interactive Technology Team
Dec 12, 2022 · Frontend Development

Understanding the JavaScript "this" Keyword: From Basics to Deep Insights

This article demystifies JavaScript’s this keyword by covering its runtime binding rules in global, function, method, constructor, prototype, and arrow contexts, explaining strict‑mode differences, call/apply/bind usage, event‑handler behavior, and the underlying ECMAScript reference mechanics that determine its value.

Arrow FunctionsJavaScriptPrototype
0 likes · 16 min read
Understanding the JavaScript "this" Keyword: From Basics to Deep Insights
ByteFE
ByteFE
May 20, 2021 · Fundamentals

Understanding ECMAScript: Cover Grammars and Finite Lookahead

This article explains ECMAScript's cover grammars and finite lookahead mechanisms for resolving ambiguous syntax, focusing on arrow function parameter lists versus parenthesized expressions.

Arrow FunctionsECMAScriptJavaScript
0 likes · 8 min read
Understanding ECMAScript: Cover Grammars and Finite Lookahead
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
May 25, 2017 · Frontend Development

Master Essential ES6 Features: Let/Const, Arrow Functions, Templates, and More

This article offers a practical guide to the most commonly used ES6 features—let/const, arrow functions, template literals, destructuring, default parameters, spread operator, object literals, and classes—explaining their syntax, behavior, and real‑world usage to help developers quickly master modern JavaScript.

Arrow FunctionsDestructuringES6
0 likes · 12 min read
Master Essential ES6 Features: Let/Const, Arrow Functions, Templates, and More
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Apr 9, 2017 · Frontend Development

Boost Mini Program Development with Essential ES6 Features

This article explains how key ES6 features—arrow functions, array methods, destructuring, enhanced object literals, classes, and block‑scoped variables—can streamline WeChat Mini Program development, improve code readability, and increase development efficiency.

Array MethodsArrow FunctionsClasses
0 likes · 8 min read
Boost Mini Program Development with Essential ES6 Features
Hujiang Technology
Hujiang Technology
Nov 14, 2016 · Frontend Development

When Not to Use Arrow Functions in JavaScript

This article explains the pitfalls of JavaScript arrow functions, showing when they break object methods, event callbacks, and constructors, and offers clear examples and corrected code to help developers choose between arrow functions and traditional function expressions.

Arrow FunctionsES6JavaScript
0 likes · 7 min read
When Not to Use Arrow Functions in JavaScript