Posts by Lucas Menezes • 65 points
2 posts
-
6
votes4
answers150
viewsQ: Basic JS exercise: simple text search
I was trying to create a JS search to find a given name in the body of a text. However, the search does not return any value. The logic I used is: <script> var text = "Xxxxx, xxxx x xxxx x…
javascriptasked Lucas Menezes 65 -
0
votes2
answers73
viewsQ: How to make a database search appear in a table?
A few days ago, I’ve been trying to get my comic book search to be presented internally to a bordered table. However, although the server does not return any error, no results are shown. I have…