Why does calling a returned function give “not a function” in HTML?
I have this fake wordle game I think that the problem is with fetching the api and returning the functions for validation. I get an error that "getData(...).isCorrect is not a function" whenever I press submit and when I try…