Day 23/100 100 Days of Code
I found a bug where some of the text was not detected with the find() method properly as the method is case-sensitive. I tried using the following function:
// To lower case
// Source: https://stackoverflow.com/questions/313970/how-to-convert-a...
digitalcreations.hashnode.dev2 min read