Tag
Posts tagged “JS tips”

JavaScript Prototypes Explained prototype vs proto
Confused by prototype and __proto__ in the browser console? Master JavaScript's inheritance model with this clear, expert guide.

How to Use `window` to Access JavaScript Libraries in the Console
Learn how and when to expose JavaScript libraries like dayjs to the window object for faster debugging and prototyping in the browser console