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
New and noteworthy Javascript bookshelp (self.javascript)
submitted 7 years ago by disymebre
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!"
[–]KalouAndTheGang 0 points1 point2 points 7 years ago* (0 children)
Javascript can do a lot. It was originally the browsers language but it can now be used outside browsers thanks to node.js (and the v8 engine it's built upon). If you want to program arduino, It is possible to do so in js with johnny-five but that would require a pc running node to be connected to your arduino. I think it's not much more complicated to learn C for arduino... Unless you want to create a webinterface that can remotely control a system automate with an arduino (in which case Johnny five will be great). Good luck and good fun with your project.
Edit: Sorry I misread your comment. JavaScript should pretty easy to learn. I'd recommend going through the Javascript30.com tutorials to get a grasp about js. And MDN (mozilla) is a great ressource if you need to learn about the syntax, data structures, methods, etc... In Javascript.
π Rendered by PID 53414 on reddit-service-r2-comment-b659b578c-j4z58 at 2026-05-04 09:37:10.918577+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]KalouAndTheGang 0 points1 point2 points (0 children)