[Vuejs]-Find Same Array and If condition have same I Will Update an Array Array on Vue Js

0👍

problem solved by my frind @rizkymey

this.scoreValue.filter(question => questions_id.includes(question.scorable_id)).map(q => q.score = value)

Leave a comment