Question
Create React or Angular code snippet that implements type speed tester as below
Hint: The component keeps track of the user's input using state. An event handler is used to update this state whenever the user types in the input field.
Check the comment below to see answer.
Top comments (1)
Solution
Angular: stackblitz.com/edit/stackblitz-sta...