CKEditor description list (aka definition list) plugin
Tutorials
Learn how to program JavaScript.
Introductory
Getting started
Your first steps with JavaScript.
JavaScript Guide
If you are new to JavaScript, this guide will walk you through the language.
JavaScript technologies overview
Introduction to the web browser JavaScript landscape.
Introduction to Object Oriented JavaScript
Introduction to the concepts of object oriented programming in JavaScript.
Intermediate
A re-introduction to JavaScript
An overview for those who think they know about JavaScript.
JavaScript data structures
Overview of available data structures in JavaScript
Equality comparisons and when to use them
JavaScript provides three different value-comparison operations: strict equality using === and loose equality using ==.
Source:
Mozilla Developer Network