Results for: "AMP"
Categories (1)
Contents (702)
How to get DOM elements with JavaScript
When you access any element of the DOM, it is usual to save it in a variable. This is something…
read more
How synchronize the scroll of two divs with JavaScript
In case you have two divs of different sizes you may sometimes want to scroll both at the same time…
read more
Nesting: future proofing CSS
Although not currently supported by browsers, there is a proposal for CSS nesting to support a feature that would provide…
read more
How to use the codePointAt method in JavaScript
The JavaScript codePointAt method has more or less the same function as the charCodeAt method, used to get the 16-bit…
read more
How to check if a value is a number in JavaScript
In this short tutorial we are going to look at the various methods that exist to find out if a…
read more