Hacker News new | ask | show | jobs
by itsjzt 2170 days ago
What brought me javascript from python was:

- functions were defined with `function` keyword instead of `def`

- variables were declared with `var`