what does it mean the {c} on the following code?
I know curly braces can specify the number of repetition of the previous char, but what do they mean when we have a variable inside of the them
r = 0
jobMatchingScore = (l, c) => l.map(e =>
r += !!e.match(`(^|, )${c}$`)
) | r
the link of the challenge on codesignal
https://app.codesignal.com/challenge/pFMvFY3BQ683iRvFr?solutionId=vpHxpnr974DQ8C6Ku