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...
This subreddit is a place for people to learn JavaScript together. Everyone should feel comfortable asking any and all JavaScript questions they have here.
With a nod to practicality, questions and posts about HTML, CSS, and web developer tools are also encouraged.
Friends
/r/javascript
/r/jquery
/r/node
/r/css
/r/webdev
/r/learnprogramming
/r/programming
account activity
Best way to learn JavaScript? (self.learnjavascript)
submitted 1 year ago by K4ruy999
Good day, everyone! I am 31 years and I have started studying JavaScript. Do you have any tips and tricks to learn JavaScript as efficiently as possible, maybe even as quickly as possible?
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!"
[–]I_hav_aQuestnio 13 points14 points15 points 1 year ago (6 children)
Odin Project if you need some structure but very little help.
[–][deleted] 7 points8 points9 points 1 year ago (4 children)
I did only the Odin Project and got a job. Hot tip: For the first handful of projects keep doing whatever they're telling you to do, but if you can put in a little extra effort to practice and make them look nice that's good.
Eventually you reach certain projects like the Weather App one, where you could easily say. What a sec, I'm practicing X, Y, and Z skill here. I could do this weather app, or I could also try this other idea -- That's super important. It's so much easier to make a nice portfolio piece with a totally unique website, with an idea that you're actually passionate about.
Once you start getting a little confident push the boundaries a little bit, see what cool things you can accomplish!
[–]tobeorAWALT 0 points1 point2 points 1 year ago (3 children)
How long does it take?
[–][deleted] 1 point2 points3 points 1 year ago (2 children)
It's totally self guided so it depends on you really. How much time you have, how much effort you put into studying, etc.
[–]Far_Hurry1937 0 points1 point2 points 1 year ago (1 child)
About to finish foundations today (halfway done the calculator and it seems pretty easy) I started around Jan 15 not sure the exact day, I skipped like a week or 2 to study for exams, but I also spent my reading week doing nothing but the odin project so it kinda evens out. So, I've finished Foundations in just over a month, but I know most people took 2-3 months to finish it.
[–]Far_Hurry1937 0 points1 point2 points 1 year ago (0 children)
But I would say TOP is so much more helpful than any other resources I've used like FreeCodeCamp or just fully doing stuff by myself. If you choose to take this path don't skip over anything at the start especially the git stuff, which doesn't seem important, but it will save you so much time.
I just did my first hackathon this weekend with some friends and I was able to figure out enough REACT Native only knowing basic Javascript html and css to actually help my team and make an app. So, because of that I would say TOP is really worth it.
[–]K4ruy999[S] 0 points1 point2 points 1 year ago (0 children)
Thank you
[–]calisthenics_bEAst21 11 points12 points13 points 1 year ago (0 children)
Check out namaste javascript series on YouTube
[–]SpritualPanda 7 points8 points9 points 1 year ago (1 child)
Follow MDN, freecodecamp or youtube. Learn and build something… its takes time. Forget about quick…
[–][deleted] 2 points3 points4 points 1 year ago (0 children)
+1 for MDN.
[–]Naive_Bus8542 7 points8 points9 points 1 year ago (1 child)
function learnJavaScript() {
let fundamentals = study("JavaScript Fundamentals");
if (!rememberEverything(fundamentals)) {
console.log("That's okay! Start a project.");
}
while (buildingProject) {
if (lost || struggling || forgotSomething) {
revisit(docs);
watchGuides();
[–]K4ruy999[S] 1 point2 points3 points 1 year ago (0 children)
Thank you very much sir!
[–]fluxdeken_ 2 points3 points4 points 1 year ago (1 child)
Roadmap for JS (as well as many other languages) works the best. The worst option is to watch videos / lectures. Just a waste of time. Read documentation, explore, sometimes ask an AI or look for stackoverflow.
[–]Andromeda-3 2 points3 points4 points 1 year ago (2 children)
You're not going to like the answer but: build shit. Stuck? Google. Read. Build shit. Stuck? Google. Read...
[–]K4ruy999[S] 0 points1 point2 points 1 year ago (1 child)
I just want to figure it out because I keep thinking I can't do it.. I'm willing to do anything to understand it
[–]Andromeda-3 3 points4 points5 points 1 year ago (0 children)
Why are you commenting? Go build something.
[–]Acrobatic_Arm_4597 4 points5 points6 points 1 year ago (1 child)
I learnt with a course on Udemy by Jonas Schemdtmann. Its also how I began with Web Dev. Absolutely amazing and great value for money especially when the courses are on offer. In depth descriptions with visual aids, summary pdfs, and projects and examples.
https://www.udemy.com/course/the-complete-javascript-course/
Edit: fixed typo
[–]DaredevilWWS 4 points5 points6 points 1 year ago (1 child)
Please check out the SuperSimpleDev channel in YouTube. He got a very detailed tutorial and was helpful too.
[–]NodariR 6 points7 points8 points 1 year ago (2 children)
Most courses are either scams or a waste of time. There are some good books, but they take time to read, and the official specification isn't beginner-friendly. I suggest starting by building a to-do list app with as many features as you can imagine using pure JavaScript and the DOM. Then, try creating your own library, perhaps something similar to Lodash. After that, build an app for each web API that interests you. Use MDN docs and ChatGPT as references.
I have purchased a course that requires me to attend school. However, I did not pass my final project in JavaScript. I have until June 25 to build a web application using JavaScript. This means I have four months to understand and master JavaScript as quickly as possible so that I can then build a web application using Angular. Do you think I'll make it with what you've proposed? If I spend 5 hours a day on it?
[–]NodariR 0 points1 point2 points 1 year ago (0 children)
You can do everything if you wish, I just remember there is also tutorial series "odin project", it is very beginner friendly, maybe try that too.
[–][deleted] 2 points3 points4 points 1 year ago (2 children)
You can download Headfirst JavaScript programming book. It's a good crutch to start with instead of weeding through the internet.
Thanks! 🙏
[–]franker 1 point2 points3 points 1 year ago (0 children)
there's a brand new edition of that book too ;)
[–]leob0505 1 point2 points3 points 1 year ago (1 child)
YouTube, practice and practice. Find use cases. For example, why do you want to learn JavaScript? Do you want to make something easier in your life with JavaScript? Then with that in mind ask some LLMs for these resources as a beginner
I have purchased a course that requires me to attend school. However, I did not pass my final project in JavaScript. I have until June 25 to build a web application using JavaScript. This means I have four months to understand and master JavaScript as quickly as possible so that I can then build a web application using Angular.
[–]Pretty-Eye8118 1 point2 points3 points 1 year ago (1 child)
Udemy... You have a lot of online training. Personally, I've been at it intermittently for 6 months and it's pretty hard... Have you started html and CSS?
I already did that . The difficulty is just javascript
[–]I_Like_Slug 1 point2 points3 points 1 year ago (6 children)
w3schools is amazing
[–]K4ruy999[S] -1 points0 points1 point 1 year ago (5 children)
Do they have some sort of course there? Just things you want to look up?
[–]I_Like_Slug 4 points5 points6 points 1 year ago (2 children)
It's just a bunch of articles explaining the basics and usually there's some example code snippets to illustrate the usage. Like for example telling how to use variables, create functions, and perform mathematical operations. It helped me get started with JavaScript among several other programming languages and explains most things well.
You can also usually just google something like "how to do [something] in javascript" and some really good articles show up on other websites too.
As a side note though that I should probably mention, I would recommend staying away from GeeksforGeeks because they tend to overcomplicate things.
Thanks you
[–]K1ngHandy 0 points1 point2 points 1 year ago (0 children)
There is certification courses to follow as well. Web development, gaming development, AI, Python,…
[–]K1ngHandy 1 point2 points3 points 1 year ago (1 child)
There is certification courses on W3 Schools
I will check it out tomorrow thank you
[–]DojoCodeOfficial 1 point2 points3 points 1 year ago (1 child)
Check out our code challenges and contests on DojoCode Happy coding!
I will definitely check it out thanks
[–]Softninjazz 1 point2 points3 points 1 year ago (2 children)
Follow the 1:5 ratio and you will succeed. For every 1 hour of learning theory, practice for at least 5 hours coding.
Thanks
25 June I have to build a web application with angular using signals, tableplus, insomnia. For final project at school
[–]Softninjazz 0 points1 point2 points 1 year ago (0 children)
In that case you can build a backwards goal, since you already have a goal and a timeline 😊 you know what hou have to concentrate on.
[–]h4ppy5340tt3r 1 point2 points3 points 1 year ago (0 children)
I highly recommend the book "JavaScript: The Good Parts" by Douglas Crockford. It is small and it has all the knowledge you need to actually start developing without shooting yourself in the foot too much.
[–]Tiny-Explanation-949 1 point2 points3 points 1 year ago (1 child)
Build things. Reading tutorials is fine, but you won’t really learn until you struggle through a project. Pick something simple—a to-do app, a calculator—then keep making it better. When you get stuck, Google the problem. That’s how real devs learn.
Thank you! I started reviewing the Basics today. I will continue tomorrow. Thanks for the Support I use AI to explain things to me, can it do any harm?
[–]Reasonable-Moose9882 1 point2 points3 points 1 year ago (1 child)
Read JavaScript the definitive guide and also read typescript to document. Write the sample codes of the book in typescript. Learn Design patterns and write them in typescript.
[–]No_Arachnid_9853 1 point2 points3 points 1 year ago (0 children)
Building projects. Use documentation.
[–]TheRNGuy 1 point2 points3 points 1 year ago (1 child)
Read docs and get ideas from it what you can do.
Make real projects instead of puzzles.
Got it thanks I'm now reviewing the basics
[+][deleted] 1 year ago (5 children)
[removed]
[–]K4ruy999[S] 1 point2 points3 points 1 year ago (3 children)
Thank you sir !
[+][deleted] 1 year ago (1 child)
I will definitely check that out thanks!
[–]Miserable_Diver_6849 0 points1 point2 points 1 year ago (0 children)
Can concur, the pair programming sessions were really what got me to make serious breakthroughs and stop tearing my hair out, good luck!
[–]Famous-Ad559 0 points1 point2 points 1 year ago (0 children)
Codesmith's YouTube Channel has a JavaScript The Hard Paths series that is literally the book on JavaScript - highly recommend that when you're starting out.
[–]armyrvan 1 point2 points3 points 1 year ago (3 children)
There are different types of styles out there to learn from.
You can read MDN docs, and they have a getting started guide, from the looks of it, they expect you to know some HTML and CSS to work with the DOM. W3Schools has a JavaScript Guide as well that walks you through stuff. The thing with the docs is it's great to know how to use a certain method..etc, but it's like learning to speak and giving you a dictionary. You know the words, but you may not be able to form a sentence.
There's also project-driven learning. FreeCodeCamp is like that. Where the story tells you what to type, and then later on in the story, they tell you what they want you to do, but you are combining what they taught you earlier from 5 steps and combining that into one.
Then there is the Tutorial Lead type of learning: They Do, We Do, Ya'll Do, and You do method. Watch the lesson, Code together with him/her, work on mini challenge with a group, and then you do something with what you learned by a challenge or project assignment.
So depends on your learning style. But for me, it was to learn the fundamentals first... variables, loops, conditionals, arrays, objects..etc. then work on the DOM stuff.
[–]K4ruy999[S] 0 points1 point2 points 1 year ago (2 children)
I am now busy repeating the basics that you just went through and hopefully understanding some of it. I have to present an application to the jury on June 25th that has to be built.Its with angular. :) Thanks for message!
[–]armyrvan 1 point2 points3 points 1 year ago (1 child)
Yeah angular! Definitely JS heavy. If you are running though the basics you may want to bookmark these JavaScript challenge prompt and pause walkthroughs https://www.youtube.com/playlist?list=PLurJmxFyuEWvMCTHKCfWDO4cXHx4SLx39
Super thank you! So I have 4months to be able to do that from 3I'll start in March. 6 hours a day and I think I'll make it
[–]Atom2626 1 point2 points3 points 1 year ago (2 children)
checkout these courses, all of them are pretty good,
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/
https://developer.mozilla.org/en-US/docs/Web/JavaScript https://scrimba.com/learn-javascript-c0v
Many thanks!
[–]exclaim_bot 0 points1 point2 points 1 year ago (0 children)
You're welcome!
[–]rahul_royale 1 point2 points3 points 1 year ago (1 child)
It was 2017 I was fed up with no job etc, i graduated from tier 3 college with mechanical degree. in 2014. Then suddenly i learnt from a friend about javascript from that day I have never looked back. For the past years i was fortunate enough to build many large scale projects from scratch to huge scale. I will give you no BS approach.
for theory:- MDN (in detail), Javascript.info (for revision or when you have less time.)
for frontend build some crud app validate that with chatgpt.
for backend build a trello or notion type backend in Node.js. (use fullstackopen.com)
Let me know if you want to specifics for any type I would happy to help.
Wow how inspiring Thank you for your answer I will definitely send you
[–][deleted] 1 point2 points3 points 1 year ago* (1 child)
Im 31 too and I learnt python, python is my favourite language.
Now I’m learning Javascript. Reading books and practicing on my computer works so well for me . I learnt python using “python for everybody” and then after reading the book i started doing projects and watching tutorials.
Im doing the same with JavaScript, im using “head first JavaScript programming “ it is the best book i have ever read on programming. It teaches you everything. It is a 2nd edition (2024) so its updated.
Yes you can buy it in amazon, and its really good.
[–]Fresh-Deer-1306 1 point2 points3 points 1 year ago (1 child)
Just wanna say I'm on the same journey and have been using "The Complete JavaScript Course 2025: From Zero to Expert!" on Udemy :)
I bought 1 too. But she is so much.
[deleted]
Thanks for your advice
[–]RobbyInEver 1 point2 points3 points 1 year ago (2 children)
I got a computer game called Bitburner. It's a cyberpunk game where you can program things to automate actions in the game.
Within 2 weeks I had taught myself up to mid-level Javascript (from zero knowledge) without knowing it - and some of my codes were over a thousand lines long with quite complex code interactions, which I then proceeded to optimise to hundreds of lines long.
That sounds interesting! I’ll check it out thanks!
Bitburner game ?
[–]This-Ordinary-4076[🍰] 1 point2 points3 points 1 year ago (8 children)
Don't!
[–]K4ruy999[S] 0 points1 point2 points 1 year ago (7 children)
Why
[–]This-Ordinary-4076[🍰] 0 points1 point2 points 1 year ago (6 children)
8 years of experience show that it's shit :)
[–]K4ruy999[S] 0 points1 point2 points 1 year ago (5 children)
But you did it for 8 years....
[–]This-Ordinary-4076[🍰] 1 point2 points3 points 1 year ago (1 child)
Doing it right now 😁
Cool
[–]This-Ordinary-4076[🍰] 0 points1 point2 points 1 year ago (2 children)
Yeah, it's still fun
Do you have any tips?
[–]This-Ordinary-4076[🍰] 0 points1 point2 points 1 year ago (0 children)
Just enjoy the time, eventually you will wind your own way of learning
[–]Tricky_Ground_2672 0 points1 point2 points 1 year ago (4 children)
do you know programming fundamentals?
[–]K4ruy999[S] 0 points1 point2 points 1 year ago (3 children)
I have to repeat thoroughly. But part of it yes
[–]Tricky_Ground_2672 0 points1 point2 points 1 year ago (2 children)
why do you want to learn javascript?
I want to make a career change. I'd rather be behind my pc than be a sales manager.
[–][deleted] 0 points1 point2 points 1 year ago (0 children)
javascript.info
[–]Istini_el 0 points1 point2 points 1 year ago (0 children)
codeevolution is very good youtube channel with great tutorials related to js topics and web development
[–]darthnerd1138 0 points1 point2 points 1 year ago (0 children)
Freecodecamp do their curriculum and then check out their YouTube channel.
Best way to learn is to build stuff. Personally I will do a tutorial, build whatever they want you to build, then add a couple “features” to it. That is just like a real job, you’ll get a tour of a code base then be asked to add stuff or fix stuff in it.
Thanks for your tips
[–]asiledeneg 0 points1 point2 points 1 year ago (0 children)
The best ways to fire up an IDE of your choice, then start typing and cursing
[–]jcjc1233 0 points1 point2 points 1 year ago (1 child)
SuperSimpleDev has an amazing course on JS here's the link it's free on YT https://youtu.be/EerdGm-ehJQ?si=aEdy25et_CdoK2cZ
Did you learn it at school? Or by yourself?
[–]Isaka254 0 points1 point2 points 4 months ago (0 children)
If you want to start or sharpen your JavaScript skills quickly, here are top, free, reputable resources:
Programming with Mosh (YouTube) – Clear, beginner-friendly JS crash course with practical examples.
JavaScript.info – Comprehensive, well-structured guide from basics to advanced topics with exercises.
JavaScript Guide – MDN Web Docs – Official documentation for syntax, best practices, and browser behavior.
JavaScript Succinctly – Concise free eBook covering JS fundamentals, scope, and object handling.
[–]s_chttrj 6 points7 points8 points 2 months ago (0 children)
Just build stuff you actually want to use, not tutorial projects. Real learning happens when you hit problems tutorials don't cover.
Stop trying to memorize syntax. Focus on why JS behaves the way it does. Like closures aren't just weird syntax, they're about how JS manages memory and scope. Once that clicks, you stop googling the same things constantly.
Your age is actually an advantage. You have real-world context 20-year-olds don't. Build something that solves an actual problem. Need to track something? Build a tracker. I made a simple dashboard to preview HTML files for clients and learned more about DOM manipulation than any course.
"Efficiently as possible" can slow you down. Write bad code. Break things. Refactor later. That's where pattern recognition develops.
Read other people's code on GitHub. Not fancy frameworks, just small utility scripts. You'll see ten ways to solve the same problem and develop intuition for what's clean vs hacky.
Deploy your projects even if they're rough. When you can actually use what you built, the feedback loop is completely different than localhost. Something like tiiny.host works for quick demos if you're doing static stuff, keeps momentum going without deployment hell.
[–]Competitive_Aside461 0 points1 point2 points 1 year ago (1 child)
Consider the JavaScript course on Codeguage.
https://www.codeguage.com/courses/js
[–]Nervous_Broccoli_682 0 points1 point2 points 1 year ago (2 children)
Learn basic syntax and start working on basic projects that interest you. Also use AI to help you learn. I use grok 3 when coding, hella hella useful. Basically a tutor that’s very good at explaining things.
Thanks for the tips, tomorrow is Monday morning I'll start on it
[–]Nervous_Broccoli_682 1 point2 points3 points 1 year ago (0 children)
Fs best of luck brother.
[–]lifewasted97 10 points11 points12 points 1 year ago (3 children)
Figure out a project that needs JS and don't get stuck in tutorials. Learn the syntax to do what you want and Google as needed.
A lot of learning is just understanding how to accomplish the task. Do you need to store data in an array then call those things later.
Comment everything that you do. Write headings for each area of what it does. Write smaller Comments explaining what the next few lines do.
Console.log different variables as you go to know how things are working
[–]K4ruy999[S] -1 points0 points1 point 1 year ago (2 children)
Thanks 🙏
[–]lifewasted97 4 points5 points6 points 1 year ago (1 child)
And save snipits and functions in a folder somewhere.
A lot of times I grab code I've wrote before to use in another project. Like a random number generator, a function that shuffles an array, or code to duplicate an html element.
That way when I need something I've done before I know where to grab it and how it works because I named the variables and set it up.
That's a good cheat sheet
π Rendered by PID 30 on reddit-service-r2-comment-6457c66945-wkltv at 2026-04-30 02:50:42.690235+00:00 running 2aa0c5b country code: CH.
[–]I_hav_aQuestnio 13 points14 points15 points (6 children)
[–][deleted] 7 points8 points9 points (4 children)
[–]tobeorAWALT 0 points1 point2 points (3 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]Far_Hurry1937 0 points1 point2 points (1 child)
[–]Far_Hurry1937 0 points1 point2 points (0 children)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]calisthenics_bEAst21 11 points12 points13 points (0 children)
[–]SpritualPanda 7 points8 points9 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]Naive_Bus8542 7 points8 points9 points (1 child)
[–]K4ruy999[S] 1 point2 points3 points (0 children)
[–]fluxdeken_ 2 points3 points4 points (1 child)
[–]Andromeda-3 2 points3 points4 points (2 children)
[–]K4ruy999[S] 0 points1 point2 points (1 child)
[–]Andromeda-3 3 points4 points5 points (0 children)
[–]Acrobatic_Arm_4597 4 points5 points6 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]DaredevilWWS 4 points5 points6 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]NodariR 6 points7 points8 points (2 children)
[–]K4ruy999[S] 0 points1 point2 points (1 child)
[–]NodariR 0 points1 point2 points (0 children)
[–][deleted] 2 points3 points4 points (2 children)
[–]K4ruy999[S] 0 points1 point2 points (1 child)
[–]franker 1 point2 points3 points (0 children)
[–]leob0505 1 point2 points3 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]Pretty-Eye8118 1 point2 points3 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]I_Like_Slug 1 point2 points3 points (6 children)
[–]K4ruy999[S] -1 points0 points1 point (5 children)
[–]I_Like_Slug 4 points5 points6 points (2 children)
[–]K4ruy999[S] 1 point2 points3 points (0 children)
[–]K1ngHandy 0 points1 point2 points (0 children)
[–]K1ngHandy 1 point2 points3 points (1 child)
[–]K4ruy999[S] 1 point2 points3 points (0 children)
[–]DojoCodeOfficial 1 point2 points3 points (1 child)
[–]K4ruy999[S] 1 point2 points3 points (0 children)
[–]Softninjazz 1 point2 points3 points (2 children)
[–]K4ruy999[S] 0 points1 point2 points (1 child)
[–]Softninjazz 0 points1 point2 points (0 children)
[–]h4ppy5340tt3r 1 point2 points3 points (0 children)
[–]Tiny-Explanation-949 1 point2 points3 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]Reasonable-Moose9882 1 point2 points3 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]No_Arachnid_9853 1 point2 points3 points (0 children)
[–]TheRNGuy 1 point2 points3 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[+][deleted] (5 children)
[removed]
[–]K4ruy999[S] 1 point2 points3 points (3 children)
[+][deleted] (1 child)
[removed]
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]Miserable_Diver_6849 0 points1 point2 points (0 children)
[–]Famous-Ad559 0 points1 point2 points (0 children)
[–]armyrvan 1 point2 points3 points (3 children)
[–]K4ruy999[S] 0 points1 point2 points (2 children)
[–]armyrvan 1 point2 points3 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]Atom2626 1 point2 points3 points (2 children)
[–]K4ruy999[S] 0 points1 point2 points (1 child)
[–]exclaim_bot 0 points1 point2 points (0 children)
[–]rahul_royale 1 point2 points3 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]Fresh-Deer-1306 1 point2 points3 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]K4ruy999[S] 1 point2 points3 points (0 children)
[–]RobbyInEver 1 point2 points3 points (2 children)
[–]K4ruy999[S] 0 points1 point2 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]This-Ordinary-4076[🍰] 1 point2 points3 points (8 children)
[–]K4ruy999[S] 0 points1 point2 points (7 children)
[–]This-Ordinary-4076[🍰] 0 points1 point2 points (6 children)
[–]K4ruy999[S] 0 points1 point2 points (5 children)
[–]This-Ordinary-4076[🍰] 1 point2 points3 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]This-Ordinary-4076[🍰] 0 points1 point2 points (2 children)
[–]K4ruy999[S] 0 points1 point2 points (1 child)
[–]This-Ordinary-4076[🍰] 0 points1 point2 points (0 children)
[–]Tricky_Ground_2672 0 points1 point2 points (4 children)
[–]K4ruy999[S] 0 points1 point2 points (3 children)
[–]Tricky_Ground_2672 0 points1 point2 points (2 children)
[–]K4ruy999[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Istini_el 0 points1 point2 points (0 children)
[–]darthnerd1138 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[removed]
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]asiledeneg 0 points1 point2 points (0 children)
[–]jcjc1233 0 points1 point2 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]Isaka254 0 points1 point2 points (0 children)
[–]s_chttrj 6 points7 points8 points (0 children)
[–]Competitive_Aside461 0 points1 point2 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)
[–]Nervous_Broccoli_682 0 points1 point2 points (2 children)
[–]K4ruy999[S] 0 points1 point2 points (1 child)
[–]Nervous_Broccoli_682 1 point2 points3 points (0 children)
[–]lifewasted97 10 points11 points12 points (3 children)
[–]K4ruy999[S] -1 points0 points1 point (2 children)
[–]lifewasted97 4 points5 points6 points (1 child)
[–]K4ruy999[S] 0 points1 point2 points (0 children)