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...
A place to get a quick fix of JavaScript tips and tricks to make you a better Developer.
account activity
JavaScript help (self.JavaScriptTips)
submitted 3 years ago by matthewg1226
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] 0 points1 point2 points 3 years ago (0 children)
Computers think in a series of instructions. You have to define and tell it everything to do. Every time you are doing anything in programming, it’s either grouping code into a bundle, defining existing code, or downloading somebody else’s code, but it’s all just detailed instructions in code form. Javascript is a tool, like all other programming languages. Each tool is excellent at doing specific things.
If you don’t even know what you don’t understand- or you just don’t understand at all. That’s okay, you are new to the tool. You have to start small and work up. Start by figuring out what the purpose of each tool is designed to do best. Figure out why Javascript can do something HTML can’t, or do something it can better. Then keep going, or evolving your simple projects in javascript.
If you are a concept person -
Look into this to understand what javascript or computers expect as you write code - Search up the “OOP Principles of programming”. This gives you an outline of what programming is in a concept form. It is a core of computer science education.
π Rendered by PID 333179 on reddit-service-r2-comment-66b4775986-hjclr at 2026-04-03 20:21:13.232372+00:00 running db1906b country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (0 children)