Hacker News new | ask | show | jobs
by Stratoscope 4586 days ago
Idiomatic JavaScript code uses both PascalCase and camelCase.

Constructors use PascalCase; variables and methods use camelCase.

So, it's OK to call it JavaScript! :-)