-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
The textarea that overlays the read-only textarea called "fetchText" has the class name "fetchTextOverlay".
The user would type the text in this box.
Turn all the wrong characters red.
#HINT: A character is considered to be wrong if the current index 'i' (which is to be implemented and maintained) of the entered character doesn't match with the character at the ith character of the fetched paragraph.
Metadata
Metadata
Assignees
Labels
No labels