Skip to content

Latest commit

 

History

History
61 lines (53 loc) · 5.82 KB

README.md

File metadata and controls

61 lines (53 loc) · 5.82 KB

Code-Reference-JS

Topics: JavaScript, Node.js, Mocha, Chai, Typescript

Objective

To provide reference materials for working with JavaScript

NodeJS

- Express
     Basic Server
     Routes
     Controllers
     Service
- Design Patterns
- Node Modules
     Event Emitter
     File System
     HTTP
     HTTPS
     Module
     OS
     Path
     Read Line
     Streams
     Timers

Testing

- Notes
- Mocha and Chai/Chai-HTTP
     Chai - Assert
     Chai - Expect
     Chai - Should
     Chai-HTTP