Posts tagged with "javascript"

There are a total of 2 posts.

How to Determine Browser Width in JavaScript and the Strange Experience I Had with Samsung Browser

Published Mar 20, 2025 by whitedec

Sharing my experiences testing various methods to determine browser width in JavaScript, and realizing the importance of `matchMedia` while solving the `window…

#javascript , #samsung browser bug , #window size

JavaScript, Python Dictionary, and C++'s std::map

Published Jan 07, 2025 by whitedec

Explore the nuances of dictionaries in Python and their counterparts in C++. Discover the significance of trailing commas and the differences between std::map …

#python , #dictionary , #javascript , #c++