var job = ['javascript','nodejs','angularjs','css','html','graphql'];
var candidate= ['javascript','node', 'css', 'html', 'postgres', 'sql', 'express', 'python', 'c#'];
Hi everyone, I have these two arrays, I would like to find how many matches candidate has with job description, so in this case javascript, node, css, html = 4 matches. I am just trying to find the best way to check and make sure to count same languages and frameworks. thank you guys