Skip to content

Javascript

All about the beautiful language we all love and care for! This category is for JavaScript and different nuances in the JavaScript programming language.

JavaScriptVariablesCover

Variables in JavaScript

In computer programming, a variable or scalar is a storage location paired with an associated symbolic name, which contains some known or unknown quantity of information referred to as a value or in easy terms… WIKIPEDIA If the above Wikipedia definition of a variable seems a tad bit too confusing – do… Read More »Variables in JavaScript