Quick Alphabet Array


var alphabet = 'abcdefghijklmnopqrstuvwxyz'.split('');

console.log('this is the letter b...', alphabet[1]);
console.log(alphabet);

The above will output:

this is the letter b... b
["a", "b", "c", "d", "e"...']

In ES6 you could use `let` instead of `var`.

The UKGC also plans to introduce a new licensing operations model. Instead of assigning a single account manager to each operator, the new system will assign separate representatives to mindepositcasinosca.com/casino/casino-classic/ each subgroup to handle different forms of licensing. The new system will have four sub-groups that will focus on different stages of the process. This new system will also help UKGC operate more efficiently. Further, the UKGC intends to increase transparency in the licensing process.

Bring any DOM Element to Top


myEl.parentNode.appendChild(myEl);

Bring myEl to the top within its `parentNode`.

Snippets

For fun I’m gonna port some old actionsnippet.com posts to JavaScript over the next few days… maybe ES5 and 6…