JavaScript Tutorial For Beginners #45 - JavaScript Libraries

preview_player
Показать описание
Yo ninjas, in this JavaScript tutorial, I just want to give you a brief introduction to the fantastic world of JavaScript libraries. A JavaScript library is essentially a chunk of code that someone else has written (normally for a specific purpose, but there are general purpose libraries too), that can greatly reduce your work load.

Any questions, fire away :).

========== JavaScript for Beginners Playlist ==========

========== CSS for Beginners Playlist ==========

========== HTML for Beginners Playlist ==========

========== The Net Ninja ============

========== Social Links ==========

Рекомендации по теме
Комментарии
Автор

Javascript libraries are great, but always expect the unexpected which is the library could get discontinued. You still need to know how to do it without the library in case this event ever happens or you will be screwed

harvibally
Автор

You can grab an element by CSS selectors only with JS using document.querySelector("") or document.querySelectorAll("")

jansimerda
Автор

Thanks, this helped a lot because I was having a lot of problems getting a library called p5 and others one to my HTML and js. THANK YOU.

Tech-qyyy
Автор

That was an unexpected albeit welcome intro to jQuery.
Simple explanation too.

reshpete
Автор

I have gone through all your videos and others as well and learned javascript but coming to a realtime development I m confused where to and how to apply ... kindly do us a video for that .. I would be a great help

DevaRaj-fiuz
Автор

hi, sir when r u going to do a playlist on forms & validations.very eagerly waiting for your response

suryam
Автор

Perhaps I'm mistaken... Knowing XML, I thought that <script "scripts/script.js" /> would work; but seemingly instead I have to write <script

eahofer
Автор

I don't know if I think jQuery is that awesome, though. I still haven't found a good reason to favor jQuery over vanilla JS and I still refuse to give in to including it in my code.

gyohza
Автор

I dont like JQuery because if I want to learn PHP, JQuery can really mess up my memory

mrcoder