Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 416 Bytes

File metadata and controls

22 lines (16 loc) · 416 Bytes

Javascript

The most frequently asked questions

  1. What is Javascript
  2. What can you do with it?
  • Build web/mobile applications
  • Build games
  • Build AI models
  • Build real-time networking apps

Examples of when js is used:

  • user registration
  • booking a ticket
  • online shopping
  • sharing photos
  • sending messages
  1. Where does Javascript code run?
  2. What is the difference between JS and EcmaScript?