Skip to content
Advertisement

for Loop over a list fuzzy match printing out match score

I have a question about a fuzzy match.

Here is the function I am trying to write:

JavaScript

How do I use a for loop (or other solution) over a list and append matching scores to dataset?

Expected output:

JavaScript

tried to for loop on a list

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement