An open API service indexing awesome lists of open source software.

https://github.com/simpleneeraj/html-basics

Html Css and Javascript Notes for Professionals
https://github.com/simpleneeraj/html-basics

css html html-css-javascript javascript react

Last synced: 5 months ago
JSON representation

Html Css and Javascript Notes for Professionals

Awesome Lists containing this project

README

          

## Programming Symbols

I know when i started learning programming i don't know these symbol names, so i try to give you a little notes for see when you stuck in programming.

## Popular

| Symbol | Name |
| ------ | -------------- |
| `:` | Colon |
| `;` | Semicolon |
| `' '` | Single Quotes |
| `" "` | Double Quotes |
| `{ }` | Curly Braces |
| `( )` | Round Bracket |
| `[ ]` | Square Bracket |

## Math and Calculation

| Symbol | Name |
| ------ | -------------- |
| `+` | Addition |
| `-` | Subtraction |
| `*` | Multiplication |
| `/` | Division |
| `%` | Modulus |

## Assignment and Equal

| Symbol | Name |
| ------ | ------------------- |
| `=` | Equal |
| `==` | Is Equal To |
| `===` | Strict Equal To |
| `!=` | Is Not Equal To |
| `!==` | Strict Not Equal To |

## Logical

| Symbol | Name |
| ------ | ---- |
| `&&` | AND |
| `॥` | OR |
| `!` | Not |

## `Keyboard Special Characters`

Symbol
Explanation

~
Tilde.

`
Acute, back quote, grave, grave accent, left quote, open quote, or a push.

!
Exclamation mark, exclamation point, or bang.

@
Ampersat, arobase, asperand, at, or at symbol.

#
Octothorpe, number, pound, sharp, or hash.

£
Pound Sterling or Pound symbol.


Euro.

$
Dollar sign or generic currency.

¢
Cent sign.

¥
Chinese/Japanese Yuan.

§
Micro or section.

%
Percent.

°
Degree.

^
Caret or circumflex.

&
Ampersand, epershand, or and symbol.

*
Asterisk, mathematical multiplication symbol, and sometimes referred to as a star.

(
Open or left parenthesis.

)
Close or right parenthesis.

-
Hyphen, minus, or dash.

_
Underscore.

+
Plus.

=
Equal.

{
Open brace, squiggly brackets, or curly bracket.

}
Close brace, squiggly brackets, or curly bracket.

[
Open bracket.

]
Closed bracket.

|
Pipe, or, or vertical bar.

\
Backslash or reverse solidus.

/
Forward slash, solidus, virgule, whack, and mathematical division symbol.

:
Colon.

;
Semicolon.

"
Quote, quotation mark, or inverted commas.

'
Apostrophe or single quote.

<
Less than or angle brackets.

>
Greater than or angle brackets.

,
Comma.

.
Period, dot, or full stop.

?
Question mark.