Posts by Yuri Cassu • 11 points
1 post
-
-2
votes1
answer84
viewsQ: Search for entered values in an input
I’m having trouble searching for the typed content in a input and I don’t know what’s wrong, this is the code: let g1=document.querySelector("#g") let p1=document.querySelector("#p") let arr =…