Tag

value comparison

1 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Feb 6, 2021 · Backend Development

PHP min() Function: Finding the Minimum Value

This article explains how PHP's min() function determines the smallest value, detailing its behavior with single array arguments versus multiple scalar arguments, describing parameters and return values, and providing clear code examples for common use cases.

Arraybackendmin function
0 likes · 2 min read
PHP min() Function: Finding the Minimum Value
360 Tech Engineering
360 Tech Engineering
Jun 6, 2020 · Frontend Development

Understanding JavaScript Record & Tuple Proposal: Immutable Value Types and Their Benefits

This article explains the Stage‑1 JavaScript Record & Tuple proposal, showing how the new immutable value types are created with a leading #, how they differ from objects by using value‑based comparison, and why they improve deep equality, sharing, non‑destructive updates, and usage in Maps and Sets.

ECMAScriptImmutableJavaScript
0 likes · 10 min read
Understanding JavaScript Record & Tuple Proposal: Immutable Value Types and Their Benefits