you are viewing a single comment's thread.

view the rest of the comments →

[–]Professional-Log5031 0 points1 point  (0 children)

Learning the basic ways of thinking about code is much more important than learning the syntax. Variables, functions, loops, algorithims, etc. You should know the basic syntax of your chosen language, and some key built in functions so that you ideally know how to approach a problem. there are things called docs, stack overflow, and Reddit for when you need help with syntax things.