Jun 21, 2024
header, footer, body, sectiondiv and spandiv: Block-level element, takes up the whole line.span: Inline element, takes up space according to its content.height and width directly.
div, pheight and width directly.
span, img, input, a0-0-10-1-01-0-0typeof array returns objecttypeof null also returns object (a long-standing JavaScript bug).let vs varlet: Block scope, cannot be redeclared.var: Function scope, can be redeclared.var is hoisted with undefined value.let is hoisted but not initialized.