Codecademy Learn Javascript – 1 – Walkthrough Tutorial




Beginner Javascript Book -► http://amzn.to/2f9Y7xL
Episode Coding Notes -► https://repl.it/ELtU/1

This is the best Javascript Video Tutorial Series on YouTube. Fun inducing and NOT SLEEP inducing. I hate boring tutorials and instead of putting you to sleep, I want us to learn something amazing together! Let’s get this journey started! This is part 1 of the series covering all of the Codecademy Learn Javascript parts. …

★☆★ LIVE 1-ON-1 CODING SESSION: ★☆★
https://goo.gl/rXohFR

★☆★ FREE Lesson 1: The Most Important Thing For a Successful Programmer★☆★
https://goo.gl/LwgTHk

Enroll for coding exercises, projects, tutorials, and courses…
http://cleverprogrammer.to/enroll ————————————
Clever Programmer
Website ► http://cleverprogrammer.to/enroll
Facebook ► http://cleverprogrammer.to/facebook
Twitter ► http://cleverprogrammer.to/twitter
Instagram ► http://cleverprogrammer.to/instagram
YouTube ► https://www.youtube.com/c/CleverProgr…
Snapchat ► Rafeh1 …
Github (Code) ► http://cleverprogrammer.to/github

Original source


32 responses to “Codecademy Learn Javascript – 1 – Walkthrough Tutorial”

  1. <script>

    //javascript

    var cool = "cool";

    var man = "man";

    var coolman = cool + man;

    document.write (coolman);

    console.log(cool)

    if (cool == cool) { document.write("cool dose = to cool ")}

    else {document.write( "cool dosent = to cool")}

    </script>

  2. Hey what is the differenc between.
    1.console.log ("hello world");
    2.<html>
    <body>
      <script>
          document.write("Hello World");
      </script>
    </body>
    </html>
    They are both belong to javascript . So why there are two syntax. Why don't codeacademy has the syntax number-.2.
    Please explain.

  3. Aw, That's unfortunate. I was hoping to find more of these Codecademy Javascript videos on your channel. I really enjoyed this one and it helped me understand the basics more than the other videos I have seen.

    Thank you for the video

Leave a Reply