Skip to content

Instantly share code, notes, and snippets.

View puven12's full-sized avatar
🎯
Focusing

Puvendran Pillay puven12

🎯
Focusing
  • Kuala Lumpur, Malaysia
View GitHub Profile
@puven12
puven12 / getting-started.md
Created August 2, 2016 08:55 — forked from joepie91/getting-started.md
Getting started with Node.js

"How do I get started with Node?" is a commonly heard question in #Node.js. This gist is an attempt to compile some of the answers to that question.

And if this list didn't quite answer your questions, I'm available for tutoring and code review! A donation is also welcome :)

Javascript refresher

Especially if you normally use a different language, or you only use Javascript occasionally, it's easy to misunderstand some of the aspects of the language.

These links will help you refresh your knowledge of JS, and make sure that you understand the OOP model correctly.