Code Typing Mastery

Master programming speed and accuracy by typing real code snippets. Perfect your coding workflow with professional-grade practice.

WPM
0
Accuracy
100%
Time
0:00
Progress
0%
JavaScript
Snippet 1 of 5

A function that calculates the total price of items in a shopping cart

Progress0%
function calculateTotal(items) { return items.reduce((sum, item) => { return sum + item.price * item.quantity; }, 0); }
Pinky
Ring
Middle
Index
Thumb
`
1
2
3
4
5
6
7
8
9
0
-
=
Tab
Q
W
E
R
T
Y
U
I
O
P
[
]
\
Caps
A
S
D
F
G
H
J
K
L
;
'
Shift
Z
X
C
V
B
N
M
,
.
/
Shift
Ctrl
Alt
Alt
Ctrl