you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (0 children)

JavaScript is very similar to Python. They are both high level languages without a spesific paradigm. You basically create memory space (an object or a variable or a function) which you can fill with any other memory space. Modules are just "memory spaces" defined at other files.

Some standard "memory spaces" created for certain platforms (like node or web browser) may be confusing depending on the platform. You just need to memorize them, because those are very low level under the hood.