Categories
HTML JavaScript

Boolean object in JavaScript

The Boolean object represents two values either “true” or “false”. new Boolean(value); If value parameter is omitted, 0, -0, null, false, NaN, undefined, or the empty string (“”), the object has an initial value of false due to automatic type coercion. Here’s a simple test for the JavaScript boolean object, here’s the HTML anchor tag […]

Categories
HTML

The correct use of em and en

The em dash (—) is used to indicate a sudden break in thought. The en dash (–) is used to indicate a range of just about anything with numbers, including dates, numbers, game scores, and pages in any sort of document.

Categories
HTML

HTML Special Characters

– – – en dash — — — em dash ¡ ¡ ¡ inverted exclamation ¿ ¿ ¿ inverted question mark " " " quotation mark “ “ “ left double curly quote ” ” ” right double curly quote '   ' apostrophe (single quote) ‘ ‘ ‘ left single curly quote ’ ’ […]