
Not to be confused with Processing JavaScript.
JavaScript, commonly known as JS, is a programming language. It has many qualities for design based coding. It is not really focused on databases like other languages, such as SQL or the skeleton of a website, such as HTML. It has a library called PJS (Processing JavaScript), although it's hard to create an environment that accepts PJS.
Sites with JavaScript lessons[]
Featured users who know JS[]
Syntax[]
var num = 0;
var str = "";
var bool = false;
var arr = [];
var obj = {};
var funct = function() {};
var regExp = /()/;