reading-notes-201d25


Project maintained by Mahmoud-Khader Hosted on GitHub Pages — Theme by mattgraham

Read03

Lists

Lists

Boxes

Box Dimensions (width,height)

Limiting Width (min-width,max-width)

Limiting Height (min-height,max-height)

Overflowing Contant (overflow)

Border Width (border-width)

Border Style (border-style)

Border Color (border-color) Shorthand (border)

Padding (padding)

Margin (margin)

Change inline/Block (display)

Hiding Boxes (visibility)

Border Images (border-image)

Box Shadows (box-shadow)

Rounded Corners (border-radius)

Elliptical Shapes (border-radius)

TYPE COERCION & WEAK TYPING

TRUTHY & FALSY VALUES

CHECKING EQUALITY & EXISTENCE

SHORT CIRCUIT VALUES

Logical operators are processed left to right.They short-circuit (stop) as soon as they have a result - but they return the value that stopped the processing (not necessarily true or fa 1 se).

LOOPS