Latest Articles

Best Keyboard Shortcut Keys

Keyboard Shortcuts (Microsoft Windows): ================================  ALT+ENTER (View the properties for the selected item)  ALT+F4 (Close the active item, or quit the active program)  ALT+ENTER (Display the properties of the selected …

LEARN HOW

Use of Concatenation Operator in SQL

SQL

Concatenation operator is used to links or add columns or character srtings to other columns or character. Concatenation is represented by two vertical bars (||). When we use concatenatin operator, …

LEARN HOW

Basic Rules of JavaScript Syntax

Basically JavaScript syntax is used to write JavaScript properly. In definition, it is a set of rules that define how JavaScript program are constructed or correctly structured JavaScript program.   …

LEARN HOW