Answer the question
In order to leave comments, you need to log in
How to learn basic Javascript methods and functions?
Hello. I am learning js. I already know the base at an intermediate level, but here it’s byYADA, I feel an acute lack of knowledge of methods and functions. Maybe you know where you can see at least BASIC js methods and functions?
Answer the question
In order to leave comments, you need to log in
it is not necessary to learn the language, more precisely, it is not necessary to memorize ALL of its methods / functions.
you need to know the syntax of the language well and understand how to write in it.
it is enough to go through the manual 2-3 times with your eyes and understand what it can do and what basic methods it has.
then when a task arises, for example, to find some function, we open the manual and read it.
this applies to all EPs
1. Learn English (at least a little)
2. Understand the IDE with a good autocomplete.
Learning functions/methods is useless, start writing and keep a reference handy, MaxKorz has a very good reference.
I myself, being an experienced developer, often look there to see the arguments of a particular function
Read all the chapters from the " Modern JavaScript Tutorial " and complete the assignments at the end of each. If not enough, then read the book with a rhinoceros (JavaScript: A detailed guide).
For training, you can use " CodeWars ".
And if you're going to test a framework, then read "How to test JavaScript frameworks ".
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question