Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 338 Bytes

dynamicwebpagesjavascript.md

File metadata and controls

6 lines (5 loc) · 338 Bytes

Dynamic web pages with JavaScript

What is JavaScript?

  • Language that allows you to implement more complex features on web pages
    • e.g. displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling sections etc.
  • It is the third layer of standard web technologies where the first two are HTML and CSS