At this point i think i need to study mathematics to be able to understand js better, is this even needed?
What type of mathematics are you thinking about?
Learning programming is hard. It just is. It still will be after you go do something else too.
seems ill just learn along the way
While mathematics can help with problems with problems in JavaScript, understanding the language is not strictly necessary. Pay attention to logical thinking and practice coding, and as mathematics you will move forward.
That can be true, lol
Hello,
The maths you need depends on what a project does. If you are coding an app for data analysis, a lot of maths concepts may be needed. If a project just manipulates the DOM, based on mouse or keyboard events, perhaps no maths is needed at all.
I am not great working with maths, and it is very convenient to be able to concentrate on code after searching for something like, how to calculate the area of a circle? It makes sense to me to learn the maths that you need for your project, than to learn maths that you may never need.
With all of that said, if you are coding for someone else, have them provide you with the formulas, so that you can concentrate on the code that can deal with that.