Results for: "case"

Contents (427)

How to insert an element into an array with JavaScript
How to insert an element into an array with JavaScript

In this brief tutorial you will learn how to insert one or more elements into an array with JavaScript. For this…

read more
How to get DOM elements with JavaScript
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
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
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 charCodeAt method in JavaScript
How to use the charCodeAt method in JavaScript

The charCodeAt method is accepted by strings in JavaScript, returning the 16-bit Unicode code of the character at the position…

read more