Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 446 Bytes

nodejs-api.md

File metadata and controls

29 lines (22 loc) · 446 Bytes

Node.js API


References


I would recommend you to have a good grasp of the main JavaScript concepts before diving into Node.js:

  • Lexical Structure
  • Expressions
  • Types
  • Classes
  • Variables
  • Functions
  • this
  • Arrow Functions
  • Loops
  • Scopes
  • Arrays
  • Template Literals
  • Semicolons
  • Strict Mode
  • ECMAScript 6, 2016, 2017