ASMR Coding | Countdown to 2023 Challenge: 12/30/2022 (6/7)
I do a short coding challenge for next seven days until Dec. 31, 2022 which acts as a "countdown" series until 2023, ASMR style. Second to last video of this series!
I solve once again another coding challenge from the website Codewars. For this challenge I had to validate a string to only contain letters, both upper and lower case and numbers. No special characters or empty strings / spaces. Here I had to use regular expressions, where it is a series of a characters representing a specific pattern in a string or line of text. For some reason I find this problem surprisingly easy than its intended difficulty. My solution for this attempt happened to be a kind of surprise.
I did this challenge on December 30, 2022, where tomorrow will be the last day of 2022. Only one final challenge remains for this series!
Note that I did not intend to make this 100% a tutorial, but you might learn something despite it. This is for your ASMR tingles as you watch me code. I made keyboard sounds as I code as well as speak in a quiet room voice for the tingles.
[0:00] Intro
[0:32] reading the challenge
[1:00] typing noises start, attempting to solve
[9:55] testing my code with test cases
[12:34] improving my solution
[10:09] testing my solution attempt
[13:31] conclusion
[15:02] End