For the longest time, I didn't realize that '===' was a comparison operator in Javascript. I just recently learned what the difference between them was.
I recently learned how to pass information from a child component to a parent component for a project I was building at work. I wanted to publish some quick snippets in case it could help someone else out there.