TIL Library sites are running their own code
Visit a library's website (for their documentation, CDN, or just to learn more about it).
Very often, the site is running the code they are promoting.
So you can open up console.log and test it!
For example - jQuery's site is running jquery in the background.
So you can do something like:
$('h2')
Related TILs
- Next:
TIL How a virtual dom worksThen, the Virtual dom compares diffs from old virtual dom, and then reapplies it. We apply the minimal amount of changes.
- Previous:
TIL Blogpost - These 6 rules created a really dope culture at my jobIn almost any televised sport, watch the players. Teammates high five. Win or lose, opponents say 'good game'. Players tend to be good sports. It's rare to seeing players belittle a fellow teammate. Because at the end of the day, it's just another day. It's just another game. There's a thousand more. And another opportunity to shine.