Saturday, September 25, 2021

JavaScript- Getting Started

 To start learning JavaScript, you have to choose a tool through which you can test your "Code" 

There are variety of options available.

Most common one is

  • Writing a html page, embed JavaScript and Open it in a browser (ie. Chrome, Edge, Firefox etc).

Few other options are.

  •  Install NodeJs and use NodeJS Command line
  • Open the browser, open developer tools and use Console to test your JavaScript statements.

No comments:

Post a Comment