unknown custom element: - did you register the component correctly? for recursive components, make sure to provide the "name" option.
By Allan Padberg at Mar 22 2021
-1
write a function reverse that reverses the order of the characters in a string. the function should be recursive. example: reverse('live') should return 'evil'.