add like/dislike to answer which is an ObjectId to a questionSchema.
问题 my user schema has an array of answer likes and dislikes on a question by user. question schema has an ObjectId of answer in my html, when a user is displayed a list of answers for a particular question, if he likes or dislikes that answer.... the glyphicon should be updated instantly. the problem occurring is that: due to some reasons the update is taking time and user is able to double click on a glyphicon and increase the like/dislike 2 times. in console, i see that all answers of all