kanarian's solutions
React solution using RegEx for parsing the title
I opted to use regex to parse the title texts, thought that was the most challenging part, but I like playing with regex, so it was cool! Learned about lookaround regex operators (https://stackoverflow.com/questions/2973436/regex-lookahead-lookbehind-and-atomic-groups) very helpful :-)
Arian Joyandeh
kanarian • 2 years ago
Quick and dirty react solution
just that, quick and dirty
Arian Joyandeh
kanarian • 3 years ago
Quick React Implementation
I used react and the setInterval function, by clearing the interval, I get the desired behavior. Interesting to see that the remainder operator and the modulo operator differ
Arian Joyandeh
kanarian • 3 years ago
Vanilla React solution, first two extra challenges done
Vanilla React solution, first two extra challenges done, can easily add more offers.
Arian Joyandeh
kanarian • 3 years ago
React calculator
Using the Intl numberformat
Arian Joyandeh
kanarian • 3 years ago
vanilla js solution with overloading
https://codepen.io/kanarian/pen/ZEoeBoo
Arian Joyandeh
kanarian • 3 years ago
React - Quick implementation
Used React, useEffect etc.
Arian Joyandeh
kanarian • 3 years ago
React solution
Done with react.
Arian Joyandeh
kanarian • 3 years ago