using onclick to get Input value the right way
You may want to get an input value using onclick event listener, you then notice the value of the input element shows in element's values in console but not logging to console when clicked, this is simply because you are getting the value the wrong w...
mukhtar.hashnode.dev1 min read