next-learn icon indicating copy to clipboard operation
next-learn copied to clipboard

Chapter 11: Search Function Parameter Missing

Open DataThomas opened this issue 1 year ago • 0 comments

Thank you for your detailed tutorial. It is beneficial!

I noticed that the search function parameter is missing in one of the code snippets. This confused me, as I also removed them from my code. However, removing the parameter is a mistake. I suggest that you keep them in the second code snippet as well. (Maybe this was done to make the code shorter, but then I would add some indication for this)

Code Snippet 1: With correct parameters:

image

Code Snippet 2: Missing parameters:

image

DataThomas avatar Jul 24 '24 13:07 DataThomas