When it comes to programming, I am a big fan of two things: JavaScript and Coding Challenges! And I can't be happier than when I'm able to combine ...
For further actions, you may consider blocking this person and/or reporting abuse
heads up, you've got a typo - missing 'c' in
Regular Brakets
I have a few beginner to intermediate level exercises for Python - you could translate them to Javascript if you are interested :)
I also have some resource links for practice ideas and sites - might help you get more challenges to solve
Suggested alternative solution for "Where do I belong" using
Array.prototype.filter
:Also a simple "Destroyer" implementation:
.includes() does a linear search. Creating a set out of the parameters and using the .has() method will improve performance
Check out Edabit; I think you'll like it.
Thanks for the post, I had a lot of fun going through these exercises!
For the phone number one, I'll leave here my one line solution:
Have a nice day :)
Good Post to read and thank for sharing the links
My pleasure! βΊοΈ
Thank you so much for that , as a developer I think the only way to define you level is by solving coding challenges , hope we see some other challenges
This is what Iβm planning to do! π
Nice idea and it will be helpful in interviews also as we can explain them more clearly..
Exactly! Very happy to help! βΊοΈ
Check out Coderbyte, lots of coding challenges and interview prep material!