Skip to content

tiva710/JS_Debugging_Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Debugging Tutorial

Prerequisites


Before getting started, ensure you have the following installed:

Node.js (v14 or higher)
VSCode
Google Chrome
You should also be familiar with basic JavaScript concepts.

Setting Up Your Environment in Visual Studio Code

  • Download the project files or clone the repository
  • To clone via Git: git clone https://github.com/tiva710/JS_Debugging.git
  • Open project in VSCode

  • Install Project Dependencies

    In the VSCode terminal:
  • Navigate to project directory (if not already there)

  • Run 'npm install'

  • Confirm installation with:

  • node -v

  • npm -v

  • Then:

  • Run 'npm start'

  • To Do's & Reminders

    At first compilation, there will be errors (huge surprise there).
    Use the tools & tips on the provided strategy guide & slides, think logically, and ask questions!
    Running into problems is the whole point of this exercise and having a good mental model of the language can be key to debugging in general. If you encounter issues relating to syntax you are not familiar with, feel free to ask about it or utilize online resources like: W3Schools

    My research is dependant on data collection. I would greatly appreciate your participation in my post-tutorial survey linked Here

    Lastly, THANK YOU. I appreciate your willingness to learn and your feedback. I hope this tutorial was both helpful and beneficial.

    About

    No description, website, or topics provided.

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published