A
A
Arseniy2014-07-12 11:39:44
JavaScript
Arseniy, 2014-07-12 11:39:44

What is meant by basic knowledge of JS?

The vast majority of vacancies for Junior PHP Developers include the item: "Basic knowledge of HTML, CSS, Java Script". What do employers mean by basic knowledge of JS? Does this knowledge include JSON, AJAX, JQuery?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
Sergey, 2014-07-12
@Trytge

Yes, to master jQuery, you still need to know closures and scopes (for example, currying), event bubbling and how events in general work in JS and what you can do with them, of course, basic things like loops / conditions, it is desirable to have an idea about arrays and be able to work with them work, understand the difference between an array and a hash object, basic types, etc. It is also worth looking at the understanding of working with asynchronous code (callbacks, promises).

D
Damir Rysaev, 2014-07-12
@freepad

Read a js or jquery book for beginners. To have a general understanding of the language. This should be enough.
Here is a good jquery book for beginners. poke

V
Vitaly Kirenkov, 2014-07-12
@DeLaVega

Yes.

S
Sergiu Mitu, 2014-07-12
@EaGames

JSON for a maximum of 10 minutes of material to read.
I think jquery is needed, since it is already almost part of js.
AJAX is desirable but not required.
Although it's over a lot, it all depends on the employer.

P
Puma Thailand, 2014-07-12
@opium

yes, this is the knowledge of json jikveri and ajax, how can you not know them at all?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question