How do to the first task on javascript? why is there no tutorials?

how will i learn without knowing how it do it?

The JavaScript track has a Syllabus:

1 Like

so going through this should help me learn more about the basics to start on those tasks?

It should help, yes. For example, the first exercise will walk you through variables, constants, constant values, function declaration, and export and import.

From there, you move on to exercises focusing on Numbers, Arithmetic Operators, Strings, and so on. I’ve only done the first 6, but felt they were pretty good in getting me to both learn syntax and practice.

Note I may be quite biased, since I’m the Python track maintainer and have written a lot of syllabus exercises there.