@Basaem
Front-end
Nothing here yet.
Nothing here yet.
No blogs yet.
you are listening to 'click' event on an input. when user clicks on the input , there no value entered at this moment. you need to listen to 'submit' event and then use var a and b to get the entered values like this "b.addEventListener('submit', gg); "