Browse the glossary using this index

Special | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL

Page:  1  2  (Next)
  ALL

J

Javascriρt

 JavaScript is a programming language used to enhance web pages.

More in this course
More in W3schools


JS - arrays

JavaScript arrays are used to store multiple values in a single variable.

More in this course
More in W3schools


JS - comments

JavaScript comments can be used to explain JavaScript code, and to make it more readable. JavaScript comments can also be used to prevent execution, when testing alternative code.

More in this course
More in W3schools


JS - conditionals

Conditional statements are used to perform different actions based on different conditions.

More in this course
More in W3schools


JS - data types

JavaScript variables can hold many data types: numbers, strings, objects and more

More in this course
More in W3schools


JS - events

HTML events are "things" that happen to HTML elements.
When JavaScript is used in HTML pages, JavaScript can "react" on these events.

More in this course
More in W3schools


JS - functions

A JavaScript function is a block of code designed to perform a particular task.

More in this course
More in W3schools


JS - HTML Canvas

The HTML5 <canvas> tag is used to draw graphics, on the fly, via scripting (usually JavaScript).

More in this course
More in W3schools


JS - loops

Loops offer a quick and easy way to do something repeatedly. 

More in this course
More in W3schools


JS - operators

Comparison and Logical operators are used to test for true or false.

More in this course
More in W3schools



Page:  1  2  (Next)
  ALL