Learn Javascript – Full Course for Beginners




This course teaches you the basics of JavaScript, the most popular programming language for web development. You can also try the interactive version of the course here: https://scrimba.com/g/gintrotojavascript

The course contains 14 lessons and 7 challenges. In the challenges, you’ll be encourage to jump into the code and get your hands dirty. This is both fun and great for making the knowledge stick.

⭐️Course Contents ⭐️

⌨️Data types
⌨️Variables (1:45)
⌨️Strings (4:11)
⌨️Numbers (11:37)
⌨️Booleans (16:41)
⌨️Arrays (20:23)
⌨️Objects (26:32)
⌨️Arithmetic operations (32:43)
⌨️Relational operations (34:31)
⌨️Increment & decrement (40:20)
⌨️If, else if, else (44:03)
⌨️Switch statements (50:22)
⌨️For loops (53:58)
⌨️While & Do While (57:30)
⌨️Functions (1:02:11)

Check out the JavaScript ES6 course here: https://youtu.be/nZ1DMMsyVyI

Follow the instructor Dylan Israel on Twitter here: https://twitter.com/PizzaPokerGuy

Check out Dylan’s YouTube channel: https://www.youtube.com/channel/UC5Wi_NYysX-LfcqT3Hq9Faw

If you want to learn more about JavaScript, check out these playlists on our channel:
▶JavaScript Basics: https://www.youtube.com/playlist?list=PLWKjhJtqVAbk2qRZtWSzCIN38JC_NdhW5
▶ES6: https://www.youtube.com/playlist?list=PLWKjhJtqVAbljtmmeS0c-CEl2LdE-eR_F
▶Design Patterns: https://www.youtube.com/playlist?list=PLWKjhJtqVAbnZtkAI3BqcYxKnfWn_C704
▶Data Structures and Algorithms: https://www.youtube.com/playlist?list=PLWKjhJtqVAbkso-IbgiiP48n-O-JQA9PJ
▶Clean Code: https://www.youtube.com/playlist?list=PLWKjhJtqVAbkK24EaPurzMq0-kw5U9pJh

Learn to code for free and get a developer job: https://www.freecodecamp.com

Read hundreds of articles on programming: https://medium.freecodecamp.com

And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp javascript tutorial

Original source


21 responses to “Learn Javascript – Full Course for Beginners”

  1. Before this video if you could add more description – from where to install and what it could lead , why should we learn it . It is too early directly starting coding if you could make additional 10 min video – telling about IDE environment etc would be great.

  2. Really need help, the main bit about coding which I can’t understand is the use of things like “.’()/-[]{}<> I mainly see . () and “” being used however I don’t understand the reasoning why you use them sometimes I see double brackets sometimes triply speech marks and a dot in between two words or an underscore between two words I can’t get my head around when you need to use these and why.. is this something you just memorise ? Really need help because I just don’t understand why all these different types of “punctuation” is used, I could be writing some code but then wonder do I need an underscore .. do I need a dot… do I need to sets of brackets.. do I even need brackets, you get the point

Leave a Reply