JavaScript

Common coding solutions with a special focus on the practical implementations of ECMAScript and the most recent DOM versions.

JavaScript

Date parsing in JavaScript

Date parsing in JavaScript can be simple if the correct conventions are followed. However, for international applications or complex requirements, using external libraries is often the best choice.

Masking passwords with JavaScript

In this article, we'll explore a compact JavaScript snippet that generates a secure password, masks it for display, and provides a user-friendly way to copy it to the clipboard.

Back to top