Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 502 Bytes

File metadata and controls

18 lines (16 loc) · 502 Bytes

Studying NodeJS

Here you'll find some files I created in order to learn NodeJS and study some of its features. The files here are not complete projects, but just the product of some study and practice sessions.

features used

  • console.log
  • process.stdout.write (history)
  • process.stdin.on (history)
  • process.on (history)
  • prompt-sync
  • setTimeOut
  • clearTimeOut
  • setInterval
  • clearInterval
  • event.emit
  • event.on
  • event.once
  • functional programming (files with the "_fp" suffix)