Linear Algebra

Linear Algebra Symbols   a ∙ b a × b A ⊗ B   Symbol Symbol…

Set Theory Symbols

Set Theory Symbols Symbol Meaning / definition Example { } a collection of elements A =…

Logical Symbols

Logic symbols Symbol Meaning / definition Example    · and and xy ^ caret / circumflex…

Greek Alphabets

Greek alphabet letters     Greek Symbol Lower Case Greek Letter Name English Equivalent Pronunciation Α…

JavaScript – Forms

Javascript and Forms In javascript for every <form> </form> tags, a form object is created. Then…

JavaScript – Regular Expressions

Regular Expression The regular expressions are used to form patterns that can be matched against strings.…

JavaScript – Strings, Math and Number Object

String Object The string object provide several properties and methods to work around strings. The string…

JavaScript – Event Handling

Event Handling Any action that a user performs on a web page is known as an…

JavaScript – Window Object

Window Object The entire HTML page is modelled as a document object. Similarly the window in…

JavaScript – Document Object

Document Object The document object is created by the browser for each new HTML page that…