Solving an Array Reduce Interview Question - in PHP

Опубликовано: 21 Октябрь 2024
на канале: Matt Stauffer
4,270
149

Wes Bos solved an array reduce interview question in JavaScript (   • Solving a JavaScript Array Reduce Int...  ) and it made me super curious how I’d solve it in PHP. Here’s my take!

See the code here:

https://phpsandbox.io/n/array-reduce-...

00:00 Introduction
00:43 Solving with Laravel's Collections
11:17 Solving with native PHP