How to render right buttons (Like or Unlike) in a post based on user’s choice using Javascript in a web app?
I’m working on a web app where a user has the option to like or unlike a post posted by another user. I created a button and wrote a Javascript function to change the text inside the button based on user’s choice. If user clicks Like button it changes to Unlike and vice versa.