W
W
Worddoc2016-03-23 19:25:31
JavaScript
Worddoc, 2016-03-23 19:25:31

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

6 answer(s)
E
evgeniy_lm, 2016-03-23
@evgeniy_lm

No way. Javascript is not a poem, you don't need to learn it

T
trevoga_su, 2016-03-23
@trevoga_su

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

A
Alexander Taratin, 2016-03-23
@Taraflex

1. Learn English (at least a little)
2. Understand the IDE with a good autocomplete.

A
Anton Filippov, 2016-03-24
@vicodin

complete 100 codeword puzzles

D
Dmitry Belyaev, 2016-03-23
@bingo347

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

Y
Yuri Matyukhin, 2016-03-31
@ymatuhin

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 question

Ask a Question

731 491 924 answers to any question