Java Script problems

Hello everyone
I’ve just started with java script, I did the first exercise with the pyramid generator (several times) and then tried to do the second exercise with the class average. Unfortunately, I’m completely overwhelmed by the tasks given. I couldn’t do any of the tasks without looking at the solution first (apart from the last step, which I didn’t manage at all)
Does anyone have a tip on how I can get a better understanding of Java? Should I continue with the other exercises or does anyone have a better idea.
And am I the only one who is so overwhelmed by the class average task?

Greetings, Nino

I would first stop looking up answers. That doesn’t help you learn. I would instead come talk to humans here when you get stuck.

(Note, Java and JavaScript are very different!)

OK, that sounds like a good idea, I’ll try it out, but first I’ll do the first exercise again in peace, as I said before, by looking at the solution I skip some points and of course don’t learn what is shown properly…
And i think my englisch is not good enough for some of the excercises…
Maybe i should make the excercise englisch for developers…

For calling a function do i nedd to write a const variable like (const call =function) or only function()?

A function call is just:

funcName();

Ok thanks i was a little confused :slight_smile:

1 Like