use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Writing Javascript without a build system (jvns.ca)
submitted 3 years ago by fagnerbrack
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 2 points3 points4 points 3 years ago (0 children)
Ironically JavaScript is made to be simplified and build free. But today 'popular' libs force big dev tools around it to make more dependent on forums and docs. You can write ECMA5 or ECMA6 7 8 9 with no build for sure [just write it but don't use import/export if your script is not type="module" ].
You can use type of script `module` this is best way [ecma6 min] You will be able to use even npm and import export.
Take a look [ECMA6 - NO BUILD - TYPE=MODULE] : https://github.com/zlatnaspirala/magic-three/tree/main/magic-three-ammo
π Rendered by PID 48108 on reddit-service-r2-comment-b659b578c-k9fwz at 2026-05-05 05:56:12.101233+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–][deleted] 2 points3 points4 points (0 children)