Build an interpreter similar to React's JSX
Anonymous
I initially used a recursive function to traverse the string and create a tree with the HTML elements. It could have been done with a stack instead to avoid recursion though
Check out your Company Bowl for anonymous work chats.