Javascript Tutorial For Beginners – #3 Javascript Functions Tutorial




This Javascript tutorial covers functions in Javascript. Functions are a great way to store your code in reusable pieces of Javascript code that can be run at any time.

This is a Free Javascript Course designed for beginners. These Javascript lessons cover the basics of Javascript and programming basics from the very beginning.

In the first 2 lessons, we covered variables, several Javascript types, if else statements & comparison operators. Now, we’ll cover functions.

How I did livereload: https://www.youtube.com/watch?v=q78u9lBXvj0
You can also use the http://brackets.io editor – they have a great feature called “live preview”

Original source


26 responses to “Javascript Tutorial For Beginners – #3 Javascript Functions Tutorial”

  1. lmao people pls go learn css and html before coming here. on their website u have to learn html and css first to learn java hence this vid assume u guys know about css and html i think lol

  2. I want to know the difference between below two codes, where first code is without return and second is with return code. Please help me.
    function name() {
    "Ashutosh";
    }
    alert(name);
    || or
    function name() {
    return "Ashutosh";
    }
    alert(name);

  3. Dude, you're awesome! You basically managed to explain 97% of the stuff that my teacher failed to explain in 240 minutes, but you did it in 3 short videos ! I can't wait to watch your other tutorials! THANK YOU!

  4. OKay…What the hell is an Index Study HTNMl file?! I was so confused with href and other whatthejigits..that I totally missed him mentioning the file. Where do I find? What do I click? How is this helpful? if i can't freakin practise?

  5. Being a beginner at skill rank 0, I am also not following. What the hell is a href? What is the difference between script and body? What the difference text and script? I need a tutorial that assumes I know complete zero about this..which is exactly what is going on.

  6. Did I miss a lesson between #2 and #1? I felt like I was kicking *$&# after the second lesson. I am so incredibly lost on this, I can't even begin the lesson. Where is the explanation on how to sync the web and sublime? There needs to be a lesson to explain this lesson. How does one get the web and sublime to work together? What is CSS and HTML? Why are we talking about them? I greatly appreciate the tutorials. As a true beginner, this lesson was unusable. The first two were great.

Leave a Reply