Environment setup in javascript

Online JS environment

Some websites allow you to run JS code.Alternatively you can run JavaScript from browser's developer tools. All major browsers will provide the JavaScript console tool. You can execute the code directly from within the browser. For example - In Chrome, you can open the developer tools panel from any page by pressing ctrl+shift+J shortcut key. On Mac, you can press command+option+J key. Then you can go to console tab and start running the JS code.

Local setup with IDE

Professional developers generally use IDEs like
  • VSCode (Visual Studio Code)
  • Webstorm
  • Atom

VS code setup

I will recommend that you install below extensions in vscode when working on JS project.
  • Live Server
  • Eslint
  • gitlens
  • Code Runner
  • Snippets for react - ES7+ React/Redux/React-Native snippets

Web development and Automation testing

solutions delivered!!