JavaScript Tutorial 1: Functions
Uploader Comments (FishThatDrown)
All Comments (238)
-
plz get notepad++ that you make there looks bad
-
In other languages where you play the curly brackets do not matter but in Javascript it's rather important to put the curly brackets on the right side like so:
function message() {
}
instead of:
function message()
{
}
-
You may have code that works, but your coding habits are poor at best.
No line terminations with ;
No indention of code.
And, no () are not brackets. Whoever taught you that was wrong and you should stop repeating incorrect information.
-
You obviously don't know what javascript is. Javascript has improved the user experience on the web greatly.
-
javascript is a piece of shit which opens gates to viruses on your computer but denies to scroll an iFrame.
-
I need help! I had to extract the surname from an email address in Excel, thats completed, but I now have to do the same task in Javascript. So does anyone know what functions to use to extract a word from an email address? For example, doe.john@live.co.uk, I just need the surname 'Doe' to show up in document.write.!
-
Awesome video, it's simple and clear. First time "playing" with Javascript and I already went ahead and changed the message and value to make fun of my friend lol.
-
fucking awesome dude, bare bones no bullshit, keep makin 'em!
-
Nice video, I will keep on watching this tutorial :)
-
thank you
why do you say butten?
lazzermusen 1 year ago
@lazzermusen I actually say buddon because I have a lazy speech/lazy tongue.
FishThatDrown 1 year ago 4
"As long as you have common sense you can work it out".
I quite like this video because it cuts the crap, this guy really doesn't go into pointless detail. Not sure about his choice of Firefox skin though...
domaners 1 year ago 10
@domaners Haha, I was like 14 when I made it. Hence the choice.
FishThatDrown 1 year ago 2
you could have justput ' onclick=alert("blah blah blah...")> '
aknipe106 1 year ago
@aknipe106 except that would destroy the purpose of this tutorial which was functions
FishThatDrown 1 year ago 15