Skip to content

abdibogor/JavaScript

Repository files navigation

The All Link Tutorial:

  1. Chris Johnson: https://www.youtube.com/playlist?list=PLzi8dDyr-I0l4t4cbCdbKnswBgmpUcjQl

  2. Acccion Code: https://www.youtube.com/playlist?list=PLEDbaVSIL58PGMFRXCexch93F7FSFRHCg

  3. Wes Bos: https://www.youtube.com/playlist?list=PLu8EoSxDXHP6CGK4YVJhL_VWetA865GOH

  4. LearnCode.academy: https://www.youtube.com/playlist?list=PLoYCgNOIyGABI011EYc-avPOsk1YsMUe_

  5. tutor4u: https://www.youtube.com/playlist?list=PL4C880E8B37C739D4

  6. slidenerd: https://www.youtube.com/playlist?list=PLonJJ3BVjZW7khFksz6Xb14lykip4DKNX

  7. Easy Learn Tutorial: https://www.youtube.com/playlist?list=PLGJDCzBP5j3xKdHn-RYHvk3uafZSN0eYV

  8. The Net Ninja: https://www.youtube.com/playlist?list=PL4cUxeGkcC9i9Ae2D9Ee1RvylH38dKuET

  9. codedamn: https://www.youtube.com/playlist?list=PLYxzS__5yYQlwfMje_MxQPb18tXtCJbfR

  10. EJ Media: https://www.youtube.com/playlist?list=PLr6-GrHUlVf96NLj3PQq-tmEB6woZjwEl

  11. EJ Media JQuery: https://www.youtube.com/playlist?list=PLr6-GrHUlVf_RNxQQkQnEwUiHELmB0fW1


JavaScript

Learning the fundamentals of a language will enable you to create the program you desire, whether client-side or server-side.

  • One of Three Core Languages.
    • HTML - Controls the structure of your web page
    • CSS - Controls the presentation/design
    • JavaScript - Adds behavior and interactivity
    JavaScript is Scripting Language
  • Intentional limited

  • Doesn't have the same features as other

  • Programming languages (C++, Java)

  • Cannot communicate directly with a database , or file system on a computer

  • However it is great at manipulating web pages.

    JavaScript is a client Side Language

  • Client/Browser

    • HTML
    • CSS
    • Bootstrap
    • JavaScript
    • JQuery
    • Angular
    • Reactjs
    • JSON
    • AJAX
  • Server

    • Ruby on Rails
    • PHP
    • ASP
    • Django
    • JAVA EE
    • Node.js
    • Raspberry Pi
    • Python

Do Not Rely(compte) on JavaScript JavaScript should ENHANCE your audience's experience only. Do not rely on JavaScript to add core functionality to your website.

And Finally...
  • JavaScript is NOT, and has NOTHING to do with JAVA
  • Javascript is just a name that was given to it while JAVA was really popular
  • The official name for JavaScript is ECMAScript

About

Learning the fundamentals of a language will enable you to create the program you desire, whether client-side or server-side.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published