I have a set of strings that look like this,
{0:{question:"1f31f", answer:"1f31a"},1:{question:"1f32f", answer:"1fada"}}
I'm trying to use Javascript to show the percentage similarity between these strong strings - wondering if there's a simple way to do this?
Based on the index of the string, how many are correctly positioned.