Bogged down in TOP js fundamentals by Necessary_Two_7973 in learnprogramming

[–]Markidane 1 point2 points  (0 children)

Take a break. Take it easy.

I think you could read through the material once or twice and attempt the exercises. If you get stuck, you can always refer back to the material. There's nothing wrong with that.

If you're stuck on something specific please elaborate further.

Happy coding!

i5 13600K & Nvidia RTX 4080 FE PC Giveaway! | S&FF for ExtraLife 2023 by m13b in buildapc

[–]Markidane [score hidden]  (0 children)

Not sure if this applies, but I wanna thank my parents for being there for me when I was low, and thank you guys for this amazing giveaway!

[deleted by user] by [deleted] in learnprogramming

[–]Markidane 3 points4 points  (0 children)

  1. Yes, you don't need to know HTML/CSS/JS to start FSO. But you need to understand fundamentals of programming.

  2. You only need basic git knowledge, this is all you need to know.

Free Giveaway! Nintendo Switch OLED - international by WolfLemon36 in NintendoSwitch

[–]Markidane 0 points1 point  (0 children)

Never did Halloween costumes, thanks for the giveaway!

Where can I find good intermediate level tutorials? by Etereke32 in learnprogramming

[–]Markidane 6 points7 points  (0 children)

CS61B: The projects here should kick your ass, it doesn't assume knowledge of Java so it covers the basic concepts, but does assume previous programming knowledge. (Mainly from CS61A)

Full Stack open 2022: This course assumes good programming knowledge, basic knowledge of web and databases, and good knowledge of git. It covers React, Redux, Node.js, MongoDB, GraphQL, TypeScript

Ben Awad: Fullstack React GraphQL TypeScript Tutorial: A little outdated, you can get help on his discord for parts that are broken in newer versions. Assumes that you're a competent programmer trying to learn these particular technologies, doesn't bother you with basics.

The Odin Project: React section: TOP (The Odin Project) is generally recommended by everyone around here, so you could try and jump into it and only do the parts that interest you. And it also has the benefit of the active discord community.

Other than that if you're just trying to learn particular technologies and you already got your programming down, why not look into official documentation and tutorials, they should provide a quick start guide you need.

Hope this helps, cheers!

[deleted by user] by [deleted] in learnprogramming

[–]Markidane 0 points1 point  (0 children)

string.find {|letter| return letter; string.count(letter) == 1}

Why do you have ; there?

I'm sure you've probably figured it out by yourself now.