stack-overflow-copy-paste
stack-overflow-copy-paste copied to clipboard
Get middle character function
Hey Kent! Thanks for your amazing tutorials and talks! I want to implement a small function that returns the middle character of the given string. It seems like everything is working fine, but for some reason I get an error in tests saying failed with "(0 , _src.getM) is not a function" however my exports and imports seem fine and not differ from other ones in the src folder. Thanks!
Why don't you make a pull request so I can see what you see :)
Figured it out by myself and made a PR!