Hello, I'm Reid 👋
This is where I write about Computer Science stuff
Posts
Best Resources for Coding
	
      const elements = document.getElementsByClassName(notion-focusable);
    while(elements.length > 0){
        elements[0].parentNode.removeChild(elements[0]);
    }
    console.log('Proof some code ran')