Arrow Functions in PHP 7.4
I was trying out the day-2 problem of the 30-day challenge at leetcode and I came across a situation where a array_map could be used to process each element of the array. Good.
Then, I realized that arrow functions were introduced in PHP 7.4 like Jav...
anjanesh.dev