Beginner JavaScript Tutorial – 10 – Calling a Function From Another Function




Facebook – https://www.facebook.com/TheNewBoston-464114846956315/
GitHub – https://github.com/buckyroberts
Google+ – https://plus.google.com/+BuckyRoberts
LinkedIn – https://www.linkedin.com/in/buckyroberts
reddit – https://www.reddit.com/r/thenewboston/
Support – https://www.patreon.com/thenewboston
thenewboston – https://thenewboston.com/
Twitter – https://twitter.com/bucky_roberts

Original source


39 responses to “Beginner JavaScript Tutorial – 10 – Calling a Function From Another Function”

  1. Fair play to your tutorials bucky. All are sinking in easily… Oh yeah, one more thing. your "sHHHHHtrings" are interesting.. I think because i'm smiling on every video, its easier to remember hmmmmm!

  2. hi, i have a question,

    i'm doing a Demo Quiz with javaScript, but i stuck in one place i don't know what to do.

    i made just 3 questions and i made all the functions and everything works very well, BUT i want to add to each question a value, for example, the first question = 5 the second = 2 the third = 8 etc.

    now my problem is that i couldn't do that, i want every time the user clicks on the correct answer he will get the value of the question if it's correct then he will get +5 if not he will get -5 (for example).

    in the end, he will has the scour of the correct questions and anther scour of the Wrong answers.

    i feel i tried every thing and i couldn't do it!

    thank you in advance.

  3. Doesn't work! What's wrong with my code?

    <script type="text/javascript">

    function doFirst(){
    document.write("I am first bo!");
    }

    function doSecond(){
    document.write("2222222222222 !");
    }

    function start(){
    doFirst();
    doSecond():
    }

    start();
    </script>

  4. hahahhaahha i died laughing. The video is old but gold, keep it up you are very good teacher and entertainer at the same time, rare qualities. Usually when people explain programing are logic and boring without putting any emotion inside.

  5. honestly i searched entire plura site for some good java script tutorials and couldn't find any.. I must this is the best i have come across so far..I was like i am never gonna understand this but thanks to you becky you are best. I am gonna watch all your videos

Leave a Reply