-
V. N. Karazin Kharkiv National University
- Kremenchuk, Ukraine
-
14:55
- 2h ahead
Pinned Loading
-
Generate RegExp dynamically to match...
Generate RegExp dynamically to match the pattern 1// Given a pattern and a string line, find if line follows the same pattern.
2// pattern = 'abba', line = 'dog cat cat dog'
34const isMatched = (pattern, line) => {
5const words = line.split(" ");
-
23 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
jesuisYves/shuffle-simulation,
jesuisYves/Functor,
HowProgrammingWorks/AsynchronousProgramming
and 10 other
repositories
Loading
Contribution activity
March 2025
Created 1 repository
-
jesuisYves/Functor
JavaScript
This contribution was made on Mar 7
Opened 2 pull requests in 2 repositories
HowProgrammingWorks/Functor
1
open
-
Changed
maybe
's handling of an empty objectThis contribution was made on Mar 8
jesuisYves/Functor
1
merged
-
Changed
maybe
's handling of an empty objectThis contribution was made on Mar 7