1

jQuery and AngularJS are also considered languages? How about Bootstrap?

Comments
  • 3
    jQuery is a library.
    angularjs is a framework.
  • 4
    I don't like how many juniors know how to CSS only using bootstrap. Or JavaScript only with jQuery </siderant>
  • 2
    @Michael-Hancock just read a report somewhere, AngularJS is one of the most favourite languages. haha ...
  • 2
    @mattwebdev oh I like it! But learn the vanilla stuff first...
  • 0
    @devRantUser42 thanks for the suggestion, will do in future
  • 3
    I learned jQuery before vanilla JavaScript. I wish it was the other way around. Using frameworks like angular becomes a lot easier if you understand how the language works underneath, especially prototypal inheritance.

    It's not just juniors that don't know js either. I've interviewed people with "10 years experience" who insisted that grabbing a dom object using jQuery is "object oriented JavaScript" o.O
  • 0
    Yeah I was told once that a job requirement would need "object oriented JavaScript skills".

    To which I sighed a little.

    I mean, I should'nt cos I write a lot of functional JavaScript these days but even the functional stuff descends from the object oriented stuff.
Add Comment