HackerRank Tweets

  • + 0 comments

    Javascript:

    const lines = input.match(/^.*?\bhackerrank\b.*?$/gmi);
    console.log(lines.length);