π₯ If you are in a react component where you destructure a prop and find yourself needing to see what other props are available, use an ...Object Rest to collect the rest of the props in a single object
π₯Just learned about Intl.ListFormat from @mathias.
π₯ JavaScript functions visualized! This is a screenshot from my [Beginner JavaScript](https://BeginnerJavaScript.com) course.