/javascript-applications

necessities for building apps

Primary LanguageJavaScriptOtherNOASSERTION

Table of Contents

What is inside this repo?

Test suites, diagrams, experiments, and sample apps relevant for JavaScript application development.

Scaffolding Explanation

Shared Folder Info

Candidates for reusable pieces of code...when done properly

Test Suites Info

All test suites are written with 'tape' and use 'debug' npm module.

Therefore we have two types of statements in the console:

  • Statements written with debug
  • Statements written with tape assertions

Sample test output:

License

MIT

for text and diagrams