PHP Typing Practice
Type the code below as fast and accurately as you can
Difficulty:
0
WPM
100%
Accuracy
0
Errors
60s
Timer
PHPMedium
$nums = [1,2,3,4,5];
$squares = array_map(fn($n) => $n ** 2, $nums);
Start typing to begin
Type the code below as fast and accurately as you can
0
WPM
100%
Accuracy
0
Errors
60s
Timer