Skip to content

Javascript

What is JavaScript?

  • Javascript is a language used to create dynamic content for websites
  • HTML adds structure to a web page, CSS styles it, and Javascript brings it to life by allowing users to interact with elements on the page.
  • Javascript is also used on the server side to access databases, file handling and security features to send responses to browsers.

What can Javascript do?

  • JS gives HTML designers a programming tool.
  • JS can put dynamic texts into an HTML page.
  • JS can read and write HTML elememts.

Comments