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”
thanks! okay this video is older than 8 years but who cares? still works good π
so cool! I love this teaching style
3:53 My guess is that it is going to be like matrix until it blows
Bucky, you are. just. amazing.
2:10
you are a good i realy enjoy you thanks!
It's a great fun to learn programming language in your tutorial. great job man (y)
i love your Videos thx for sharing
What if you called both functions?
All the puppies die…. that's my prediction
Now that is a double recursion :)))
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!
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.
My computer is going to blow up πππ
In that tutorial i couldn't get output what i will do because i have written all the thing is correct. please help me and one more thing is that how to describe the <!DOCTYPE HTML PUBLIC >
Those cringy toolbars.
You are the best teacher. Keep shining!
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>
print, call, print, call, print, call,…………
you are a god bucky thanks for making this so fun
Best JS tutorial so far.
i m not sure what happend but o think my antivirus blocked my endles first and second list because it saw it as a threat for my pc π
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.
you are funny so i don't get bored while learning about javascript π because you said the funniest thing at last π
Lol
Uncaught RangeError: Maximum call stack size exceeded.
It may not be giving up. @5:45 You may need to refresh the page. Very nice tutorials bucky. I am fan of your freaky teaching style. I don't know.
your explanation is easy. other people suck at teaching
Dont worry about the reputation Bucky, same case with me, Its really interesting to learn from the experiments, howsoever weird it may be..
Will this work too if we write this on the browser console?(f12)
So that's how these virus webpages send infinite alerts YOUR COMPUTER HAS A VIRUS!
Great example
how about using alert in loop?
function dofirst(){
alert(" hey bro");
dosecond();
}
function dosecond(){
alert(" hey sis");
dofirst();
}
function start(){
dofirst();
dosecond();
}
start();
Bucky your great experience teacher.. i was following you from your website, fb, ytbe and your my recommended online teacher i must donate you" i a'm your -> #follwer_student_from_somalia
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
U will keep looping until u run out of memory
Now I love functions
I did as explained in the video but the function is not executed…pls help
it dropped out