This is a JavaScript Tutorial covering how to get data in and out of a webpage using prompt, innerHTML and Forms. All Links and Slides will be in the description. Subscribe for more cool stuff!
Slides & files – http://www.mediafire.com/view/398l4he84envkca/Input_%26_Output.pptx.pptx
Steam Group: http://steamcommunity.com/groups/DrapsTV
Twitter: https://twitter.com/DrapsTV
Facebook: https://www.facebook.com/DrapsTV/
If you like what you see be sure to subscribe and thumbs up!
Original source
11 responses to “JavaScript Tutorial #3 – Input & Output”
Seus videos são muito bons + 1 inscrito!!
Thank you man, you helped me a lot! Subscribed and liked!
Oh! I think i found javascript easter egg
i wrote (WARNING THIS IS MY DESIGN) :
window.onload = function() {
var sub = parseInt(document.getElementById('subject').value);
var add = parseInt(document.getElementById('add').value);
var btn = document.getElementById('btn');
btn.onclick = function() {
var sum = sub + add;
document.getElementById('sum').innerHTML = string(sum);
}
}
It say NaN ._.
i used this to make a "how to get rich"
Awesome video, but one of us has been pronouncing the letter "h" wrong all their life 😛
Awesome! I was new to JavaScript code but i learnt alot in this channel.
But i need to find a way to code ,that if i input "A" in the text box to ouput "B".(same for rest of the alphabet). Since im a newbie to JavaScript can anyone help with it please?
I Wanted to ask you : do you can code cheats for games or do you have ideas how to do sth like this ? 😀 would be cool
Great tutorials but i was wondering if you are ever going to do lua as i think that could be an interesting topic?.
Love your videos!
Another great tutorial Draps! Keep it up!
So good Thanks a lot ! But i have a question, what does ".value" ?