Articles tagged with "JavaScript"

Cash: The Featherweight Champion of JavaScript Libraries

Introducing Cash: the absurdly small jQuery alternative where you won’t need much "Cash" to spend on file size. Designed for modern browsers (IE11+), it lets you manipulate the DOM with jQuery-style syntax, proving that sometimes less truly is more—with all the familiar chainable methods, minus the weight.

String Joining Techniques Across Python, Java, JavaScript, and PHP

String manipulation is a common task in programming, and joining strings is a key part of it. Different languages offer various methods to achieve this. This article compares the string join techniques in Python, Java, JavaScript, and PHP, providing a quick reference for developers to understand and use these methods effectively.

Remove HTML markup from a String using JavaScript

Learn how to remove html tags from a string with JavaScript: We will look at the different approaches available, such as RegEx, DOM methods or the DOMParser, all with practical examples using vanilla JS.

Leap Years Calculation with PHP, Java, Python and JavaScript

Determine leap years with different implementations in PHP, Java, Python and JavaScript.