A
A
Alisa Krasilnikova2014-12-11 18:25:55
JavaScript
Alisa Krasilnikova, 2014-12-11 18:25:55

Is javascript required to work with angularjs?

I studied html, css, jquery in general terms (I understand how to apply and how to work with any plugins). I'm starting to learn angularjs - it's hard to understand how it all works. Please tell me where I can see some ready-made angularjs examples, because with practice everything becomes easier. And the most important question - do you need to thoroughly study javascript first in order to use angularJS or Jquery to the fullest? Can you recommend some workshops / books, where the points are first signed, if there is such a need. Just as I understand from the positioning of jquery and angularjs - a library, simplified javascript, and the second - a framework written in javascript, right?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
Singularity, 2014-12-11
@Singularity

Necessary.
Got it gavnokodery.
If you don't want to learn something, then go work as a janitor. Well, or a traffic cop in extreme cases.

N
Nikita Gushchin, 2014-12-11
@iNikNik

Just as I understand from the positioning of jquery and angularjs - a library, simplified javascript, and the second - a framework written in javascript, right?

jQuery - a library that makes working with the DOM easier
Angular - a framework for building a single page application (spa)
Neither one nor the other "simplifies" javascript in any way. So you have to learn js.

F
FoxInSox, 2014-12-11
@FoxInSox

No, you can get by with 1C.

K
kompi, 2014-12-11
@kompi

In any case, js is better to learn. At a minimum, to understand why something does not work as planned (often due to js features).
PS If in jquery you can get by with their api with a minimum of pure js, then in many frameworks you will often have to use vanilla js.

C
Crash, 2014-12-11
@Bandicoot

Well, of course, in order to work with a framework or library in any programming language, you need to know this language itself. Only then will work be effective.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question