Tag
4 posts on this topic.
Oct 26, 2021 · 3 min read
I spent years building UIs by grabbing elements and poking at them with jQuery. Moving to React meant unlearning that habit. Here's the mental shift that finally made it make sense.
Aug 17, 2021 · 3 min read
Two functions that sound similar and get mixed up constantly. Here's the difference, when to reach for each, and small implementations you can read in one sitting.
Nov 10, 2019 · 1 min read
JavaScript and TypeScript are both programming languages that are widely used for web development, but they have some key differences.
Sep 15, 2019 · 1 min read
Data is anything meaningful to the computer. Javascript provides 7 different datatypes to use within Javascript.