Skip to content

ChrisRPeterson/debuggingDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debugging demo with 'this' & function-binding

Short exercise to test how the 'this' operator behaves in the global context and when unbounded/bound to an object or function.

Getting Started

  1. Fork the repo to your github
  2. Clone it to your local machine
git clone <your_forked_repo_url>
  1. Install dependencies
npm install
  1. Start the test suite
npm test
  1. Open another terminal and start the server
npm start
  1. A browser window should appear with the file structure, click on 'test-report.html' to view the tests.

  2. Work in test.js to make the tests pass.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%