Skip to content

Instantly share code, notes, and snippets.

@mmomtchev
Created July 9, 2020 13:02
Show Gist options
  • Save mmomtchev/b469950f24b3443ff6aa1cde77e4a67d to your computer and use it in GitHub Desktop.
Save mmomtchev/b469950f24b3443ff6aa1cde77e4a67d to your computer and use it in GitHub Desktop.
function parseline(line) {
const data = line.split('\t');
if (data[1] && data[1].match(/^Paris$/g))
counter++;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment