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:
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.
I just started watching some tutorials about those languages, and html was the first, it seems to be complicated, is it? I mean html is just the first step, and there gonna be other languages I guess, so how would someone carry on with all those codes, do you memorize them? or I don't know.. and if it is possible to set a graphic design using some program such photoshop for exemple, why would someone type all those codes and lines and pages? I've no clue!
@vasssilyzaitsev cause u´ll still need html and css to set up the design. and if the site is goin to be more complex u´ll also need things like php, java script, mysql.... and yes. its best to keep the most functions and other stuff in mind but sometimes, u´d just copy and paste things. hope that helped.
"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...
so let me get this straight: you name your video a tutorial; you call it functions; bot nowhere in the video to ever define what a function is?
*facepalm*
then you say if you have common sense you can understand it, but you never "instruct" on what the hell you're even doing. a video where you go "type this and this and this" is not a tutorial.
dude how to upload GIF USING NOTE IN FACEBOOK???other of my friends is have that but i dont know on how..i upload the gif file in facebook notes but the gif is not moving but the i see in my frends its moving how??make that!!!
"If you have common sense..." LOL classic! I think a little more patience is in order if you're trying to teach people. Then again, I am inclined to agree with you on the simplicity of this concept.
thanks a lot...html,css i know but the javascript i learned from your videos...i like javascript confirm..and i'l make it..thanks a lot for javascript functions....
Instead of function message() , type function button()
He did it wrong? Or at least it didn't work for me so i typed button instead of message and it worked.. i can't type the formula i used because younoob wont let me =/
i know a much simpler way , messageme on youtube for good JS tutorial website, btw your vid is good, but very cimplicated, you can simplify it by a lot, but thanks , you explained a different way of doing this for me, helps me understand other peoples scripts better =)
hi...i was just wondering where you learned how to read and use javascript, as well as other scripts if you have knowledge of them...if you may tell me, because i have a strong interest in learning, could you either please reply on my channel page or my email: keikori@hotmail.com
that is, if you have the time or patience to do such things
"""If any one want to make some fast cash at home an want to kno more about this work from home you can e mail me at bossboy71@yahoo.com an this not a scam
You're missing semi colons in the code, you've not indented anything, you've put a page break inside the input tags... This is possibly the worst tutorial I've ever seen.
It's in notepad, it's simple, it's to understand and learn JavaScript some coders are messy and write their code so only they can read it. That's how I am. It's up to the person doing the coding if they want to indent and be neat, or if they're a messy person like I. Not everything has to be at a professional level unless you're doing it for money and in a team. Thanks for your thoughts though.
How long did it take you to memorize all the code for web development; assuming you've went farther than Javascript in your learnings. I consider myself pretty smart, but have the memory of a gnat. Thanks in advance. Peace. Asians. FTW!! Just kiddin'. Not asian, but the way you said button gave you away. But still, FTW!!!
Ok, quick question, how long did it take you to learn all the coding required for web design. You see, I have.....wait.........
It took a while but it's not hard to memorize cause html head body go in that order and script goes in the head and forms go in the body. A lot of shit you need to memorize just like in math it's formulas kinda. Anything else you google and find quickly.
lmaooo I'm italian/portuguese I just have a lazy speech when I'm doing a tutorial on the spot I didn't plan it out I just did it on the spot.
I was actually only 1 month into programming when I made this, buy "PHP for dummies" ;)
Wow, a dude that can take a joke. Don't see that often. Thanks for the advice. I will purchase the book on amazon. Super cheap if bought used. Thanks again.
@FreeCapital Why the F does everybody on youtube try to beatdown people on videos for trying?? If you have something positive or correction to say...do it politely. Otherwise just STFU !!
Beatdown? I was paying him a compliment and even gave him props on learning all the code that I-so far-have been unable to memorize. The "button" comment was just a humorous comment since I have Asian friends that say it that way (the uploader is Italian/Portuguese, by the way). You have to have a sense of humor to understand it, which he did. I think you should remove your comment because it stains this great video with unneeded drama.
and you said xylocaine is not drugs you are total brainless person it is prohibited drugs and is proven that mayweather using it to take advantage with his opponent lol his a chicken shit
you are stupid accusing somebody with out proof of evidence is idiot just like you! you should check pacquiao weight stat! Xylocaine goes to your dark lord's brain make him paranoid..lol IDIOT
Having a problem i copyied everthing wrote saved it as you did but once i open my button wont work its there but it wont bring the message up. im getting active x thing before i open it saying allow or not ect. i click allow but still dont work im using vista window internet explorer and fire fox .
Hi, Thanks for the info. I added the script and the button and text inside showed up. However when I saved it has an html file and opened it in firefox when i clicked on the button nothing happened. I confirmed that the code was exactly as you had written it. What am I doing wrong. win xp dell computer. thanks
very good tutorial. I was already familiar with html, and after doing your tutorial step-by-step, the concepts are pretty much the same except for the markup language commands.
hey that is pretty neat stuff.. i took an html class in college and in the last assignment we had to bring up a little dialog box using javascript and i struggled through it. thanks
well the program that he typed all of that into is notepad and when you save it instead of saving it as a text document make it all files and then then name of it and then .html I.E. test.html and then if you save it to your desktop double click and it'll pop up
The difference between .html and .htm is that .htm comes from when file extensions were limited to 3 characters. Some people who've been writing html for a long time still use it.
Some time ago, when the hypertext appeared all the file extensions were limited to 3 characters. Many of them today are, but in functioning .htm and .html are the same.
plz get notepad++ that you make there looks bad
danishMCgamer 1 week ago
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()
{
}
JScodeZ 1 month ago
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.
TechTrainSolutions 2 months ago
You obviously don't know what javascript is. Javascript has improved the user experience on the web greatly.
BUJU2007 3 months ago
javascript is a piece of shit which opens gates to viruses on your computer but denies to scroll an iFrame.
6580006247 3 months ago
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.!
TailsMiles1 3 months ago
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.
iDunThink 4 months ago
fucking awesome dude, bare bones no bullshit, keep makin 'em!
catland07 4 months ago
Nice video, I will keep on watching this tutorial :)
dasten123 4 months ago
thank you
spudnick177 4 months ago
thx you very much! :D
DanTapperful 5 months ago
notepad? that doesn't seem like a good Idea
77PROMETHUS77 5 months ago
Clearly explained and no dithering about...explains nicely how functions work.
davidcourtney1 6 months ago
This has been flagged as spam show
hey guys if your looking for a place to test web codes go to htmlbin(dot)info
its a free sandbox and site host to test css html and javascript and dosnt require sighn up
macoronicheez 7 months ago
very helpful. thanks for cutting the crap and getting into things, really helped.
prophetofreedom 8 months ago
that helped. thanks
TheQuindecillion 8 months ago
Its cool how it's like on upgraded version of Lua which I wanted to learn a while ago, so that knowlage(Epix Grammar Failz) is not lost :D
TheMasterMind555 9 months ago
mine won't display the message...damn button WORK!!!!
YoursTruelyChannel 9 months ago
you played the system, like a piano!
I just started watching some tutorials about those languages, and html was the first, it seems to be complicated, is it? I mean html is just the first step, and there gonna be other languages I guess, so how would someone carry on with all those codes, do you memorize them? or I don't know.. and if it is possible to set a graphic design using some program such photoshop for exemple, why would someone type all those codes and lines and pages? I've no clue!
vasssilyzaitsev 9 months ago
@vasssilyzaitsev cause u´ll still need html and css to set up the design. and if the site is goin to be more complex u´ll also need things like php, java script, mysql.... and yes. its best to keep the most functions and other stuff in mind but sometimes, u´d just copy and paste things. hope that helped.
Nortinius 7 months ago
easy pace and clear excellent fogtalk 97%
FOGTALK 9 months ago
fail
pheaneasphreak77 9 months ago
How do i open it up with chrome and not internet explore?
UltraPcGamer101 9 months ago
thanks m8
qaseeh 10 months ago
Brilliant vid mate thanks =]
oPSYCHOSISo 10 months ago
Nice tutorial very helpful for beginners.
wormracer08 10 months ago
Lol actually { } are curly brackets =P
MisterAlexadner 10 months ago
i got a type bar not a button
rasmusstang 10 months ago
WTF IS THAT STATIC?
Bladestorm687 10 months ago
thanks
laughtubeever 10 months ago
It's awsome dude nice tuts please make more :D
but i got somethin g weird when i make more functions it doesnt work.
why????
timboiscool 10 months ago
gnarly dude works really good
dbgudwbs 10 months ago
what the shit it aint working!!!!
tjl1297 10 months ago
could this be used in a game?
XXFailzzzXX 11 months ago
@XXFailzzzXX generally speaking this is a object based and web application or presentation oriented language so games are usually out of question
although this can be used in games, but to some extent and those games are really not what u want they are just like point and clicks and are actually
just a collection of inter-linked web pages
at other earlier posts
every browser reads javascript and u dont have to install it but u do need a simple text editor, for instance notepad, to use javascript
masterzolga 10 months ago
This is a extremely helpful video for beginners. Type this and that hey you have become a programmer. Thank you so much.
einkaya 11 months ago
Thanx a bunch. I'm new to this kind of complex stuff but this tut makes it all seem simple
mohawki834 11 months ago
What do you have to download so your computer is able to read JavaScript? Please help.
bashamboy1024 11 months ago
Comment removed
ILDPRUT 11 months ago
Comment removed
ILDPRUT 11 months ago
This has been flagged as spam show
@bashamboy1024 Just use a text document. But I recommend notepad++.
ILDPRUT 11 months ago
where can I download javascript??? -.-'
harmenqwe 11 months ago
thanks very much..I am new in this tech..but have to go a long way mate..cheers...
icommand 1 year ago
This has been flagged as spam show
I don't have any common sense.
lickachair4fun 1 year ago
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
I need help to simpley put in an external .js put I need help putting it in!
mylifeis2coolcmc2 1 year ago
Good, only if you speak louder.
bacharyou1 1 year ago
"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 9
@domaners Haha, I was like 14 when I made it. Hence the choice.
FishThatDrown 1 year ago
i want to emmbed javascript in html form how to do guys
IKmatli2010 1 year ago
Thanks you very much ! :)
fullyit 1 year ago
so let me get this straight: you name your video a tutorial; you call it functions; bot nowhere in the video to ever define what a function is?
*facepalm*
then you say if you have common sense you can understand it, but you never "instruct" on what the hell you're even doing. a video where you go "type this and this and this" is not a tutorial.
shakaama 1 year ago
Hier ist noch ein schönes jquery und Ajax Tutorial:
easy-image.[com]/blog/
ccbug1238 1 year ago
where download?
tanchunhung 1 year ago
dude how to upload GIF USING NOTE IN FACEBOOK???other of my friends is have that but i dont know on how..i upload the gif file in facebook notes but the gif is not moving but the i see in my frends its moving how??make that!!!
maniac19921 1 year ago
Thanks for tutorial! I will try it now! :P
AzaryIT2020 1 year ago
@TheMegaproducer r u C-RE-US?
xlaFax 1 year ago
how to give the title to the alert like it says javascript application
1waleedman 1 year ago
man u gotta upgrade to 7
1waleedman 1 year ago
"If you have common sense..." LOL classic! I think a little more patience is in order if you're trying to teach people. Then again, I am inclined to agree with you on the simplicity of this concept.
invisiman86 1 year ago
thanks a lot...html,css i know but the javascript i learned from your videos...i like javascript confirm..and i'l make it..thanks a lot for javascript functions....
codrin131 1 year ago
хорошие уроки ;)
a7ov 1 year ago
click on the Buddon... hahahaha
jtilq 1 year ago
click on the Buddon... hahahaha
jtilq 1 year ago
thank you!
Emciixteen 1 year ago
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
@FishThatDrown sry, real tired understand less than half of what happens
aknipe106 1 year ago
@FishThatDrown I'm sorry... im new :)
simeonhaha 1 year ago
Instead of function message() , type function button()
He did it wrong? Or at least it didn't work for me so i typed button instead of message and it worked.. i can't type the formula i used because younoob wont let me =/
simeonhaha 1 year ago
i know a much simpler way , messageme on youtube for good JS tutorial website, btw your vid is good, but very cimplicated, you can simplify it by a lot, but thanks , you explained a different way of doing this for me, helps me understand other peoples scripts better =)
aknipe106 1 year ago
thanks man, this is my first JavaScript I learned ....for all scripters.. the Alert is great to check if things are working for you...
HectorSolo216 1 year ago
Thanks For That Tutorial
Im new To Javascript
Thanks!!!!!!
supermikkel123 1 year ago
what theme are you using in firefox?
Nagol294 1 year ago
@Nagol294 RedShift
FishThatDrown 1 year ago
hi...i was just wondering where you learned how to read and use javascript, as well as other scripts if you have knowledge of them...if you may tell me, because i have a strong interest in learning, could you either please reply on my channel page or my email: keikori@hotmail.com
that is, if you have the time or patience to do such things
either way, thank you
Keikori 1 year ago
This has been flagged as spam show
Hi Everyone I need some help to get this forum started so be the first ones in this forum and we can raise together bit(dot)lybJY1A0
PwnZEntertainment 1 year ago
"""If any one want to make some fast cash at home an want to kno more about this work from home you can e mail me at bossboy71@yahoo.com an this not a scam
YungMell1 1 year ago
thanks man that's really helpful
you've bring it all together . keep it up
md0is0peace 1 year ago
Can't i write <Script language="JavaScript"> ??
linuszero 1 year ago
@linuszero Yup you can
ColdFinder 1 year ago
@linuszero yes you can
aknipe106 1 year ago
@aknipe106
thx for the help
linuszero 1 year ago
You're missing semi colons in the code, you've not indented anything, you've put a page break inside the input tags... This is possibly the worst tutorial I've ever seen.
m0u53m4t 1 year ago
@m0u53m4t
It's in notepad, it's simple, it's to understand and learn JavaScript some coders are messy and write their code so only they can read it. That's how I am. It's up to the person doing the coding if they want to indent and be neat, or if they're a messy person like I. Not everything has to be at a professional level unless you're doing it for money and in a team. Thanks for your thoughts though.
FishThatDrown 1 year ago
Omg ! thanks for the help !!
:D
5Doum 1 year ago
NICE PANDA LOL
TheMasurka 1 year ago
Quick little JavaScript tip, thanks so much for it!
TokyoNerd 1 year ago
How long did it take you to memorize all the code for web development; assuming you've went farther than Javascript in your learnings. I consider myself pretty smart, but have the memory of a gnat. Thanks in advance. Peace. Asians. FTW!! Just kiddin'. Not asian, but the way you said button gave you away. But still, FTW!!!
Ok, quick question, how long did it take you to learn all the coding required for web design. You see, I have.....wait.........
FreeCapital 1 year ago
@FreeCapital
It took a while but it's not hard to memorize cause html head body go in that order and script goes in the head and forms go in the body. A lot of shit you need to memorize just like in math it's formulas kinda. Anything else you google and find quickly.
lmaooo I'm italian/portuguese I just have a lazy speech when I'm doing a tutorial on the spot I didn't plan it out I just did it on the spot.
I was actually only 1 month into programming when I made this, buy "PHP for dummies" ;)
FishThatDrown 1 year ago
@FishThatDrown
Wow, a dude that can take a joke. Don't see that often. Thanks for the advice. I will purchase the book on amazon. Super cheap if bought used. Thanks again.
FreeCapital 1 year ago
@FreeCapital Why the F does everybody on youtube try to beatdown people on videos for trying?? If you have something positive or correction to say...do it politely. Otherwise just STFU !!
RafaelMDiaz1 1 year ago
@RafaelMDiaz1
@RafaelMDiaz1
Beatdown? I was paying him a compliment and even gave him props on learning all the code that I-so far-have been unable to memorize. The "button" comment was just a humorous comment since I have Asian friends that say it that way (the uploader is Italian/Portuguese, by the way). You have to have a sense of humor to understand it, which he did. I think you should remove your comment because it stains this great video with unneeded drama.
FreeCapital 1 year ago
I didn't know you could type the value in a button, thx!
DualKong 1 year ago
how to save it?
buris1234567891234 1 year ago
pls send me via e-mail javascript code
DUTHmaster 1 year ago
Do you really need to be good at maths to learn programming?
ollieflp 1 year ago
@ollieflp no
roofdoubleflip 1 year ago
hello faggots
warthog570 1 year ago
very nice video..well explained.
AArora81 1 year ago
This video is similar to my video tutorial
Good work!
Ok check mine also.!
luckyvidoes 1 year ago
and you said xylocaine is not drugs you are total brainless person it is prohibited drugs and is proven that mayweather using it to take advantage with his opponent lol his a chicken shit
raiden1019 1 year ago
you are stupid accusing somebody with out proof of evidence is idiot just like you! you should check pacquiao weight stat! Xylocaine goes to your dark lord's brain make him paranoid..lol IDIOT
raiden1019 1 year ago
Download "Notepad ++" thats alot easier 2 use.
RecorderPr0 1 year ago
Nice tutorial, but you can do better.
In my opinion using function and button in very first lesson is too difficult to understand for beginners.
Simple alert box would be enough.
And, please, use Notepad++ or any other editor with syntax highlighting and auto-filling. You'll waste less time and nerves with this.
shitroxx 1 year ago
can you do everything in javascripts? answear mabey need you
MrDead1994 1 year ago
I LOVE ZUMA TOO!
2muchrubik 1 year ago
Very straightforward, thanks a bunch. =D
Runitecrash 1 year ago
but it is not displaying the message :( can you tell me why i did everything as you did
cjcaleksnaruto 1 year ago
Good one... Thanks for the post!!!!
kuttyku 1 year ago
very well lesson
katsarasnik 1 year ago
very good tutorial
katsarasnik 1 year ago
@aquablade10000 do u no how to turn on and of java script because i can watch any videos or listen to groove shark can u help?
pigliksbaconforbreki 1 year ago
ooo thats how you make a script
lol
happylinkfan231 1 year ago
Nice
Mr727478 1 year ago
Very helpful and straight-to-the-point. Found it easy too, thanks a lot mate. Subscribed.
RealKengeki 2 years ago 3
it didnt work
kareempishdadi 2 years ago 2
@kareempishdadi nvm it work'd
kareempishdadi 2 years ago
thx
bilalovski 2 years ago
thank you
londonblue2006 2 years ago
make 1 for roblox to get ticks plz
Robbiecool33 2 years ago
@Robbiecool33 u play roblox to
kareempishdadi 2 years ago
DUDE....
socoolmakemore!!!
(so cool make more!!)
i will sub if you make 2 more and ya
ninggy369bhagwandin 2 years ago
Watching this while doing my LEAD maths assignment. lol
cytt 2 years ago
thanks man
elkoeda 2 years ago
=D redshift theme ftw! btw thank for the tut dude!
spartin111 2 years ago
im using windows 7 and it worked. thanks for the tut :D
jazzeezz 2 years ago
i think you should update your graphic drivers !!!:)
xaros2009me2010 2 years ago
its ridiculous!!!!!!!
dmac100507 2 years ago
where do you open that file for the box to come
neolegend7 2 years ago
Your canadian accent is so cute. <3
MrReckoning 2 years ago 2
Copy and paste this Javascript below (Paste it on your adress bar!):
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200;DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style;DIS.position='absolute'; DIS.left=Math.sin (R*x1+i*x2+x3)*x4+x5;DIS.top=Math.cos(R* y1+i*y2+y3 )*y4+y5}R++}setInterval('A()',5); void(0);
BlockerOfBlocks 2 years ago
Dont work anything
FreakingAwesomeTuts 2 years ago
Having a problem i copyied everthing wrote saved it as you did but once i open my button wont work its there but it wont bring the message up. im getting active x thing before i open it saying allow or not ect. i click allow but still dont work im using vista window internet explorer and fire fox .
spawnonline 2 years ago
im on vista and it works perfectly
123456789kamran 2 years ago
now i have been learning, Html, Php, Flash, Java Applets, Css, XHtml, and some JavaScript for 4-6 years , so now its time for FULL JavaScript !!
kidel3 2 years ago
how did you take the video like that ?
upsidedownmuuvies02 2 years ago
this video is good
ChandanaCHA 2 years ago
This has been flagged as spam show
you guy's fucking suck dick
talking about note pad and javascript
you need to get laid and not die a virgin
shady45t 2 years ago
loser
tyhrblade 2 years ago
Had it not been for us, YOU wouldn't have had a youtube to make fun of us in. BIAAAAATCH!
bjokerud 2 years ago
Use Notepad++ Its soooooo much better then regular notepad :D
daeheadshot 2 years ago
dude its kinda buggin me how u say bracket...when it is a parenthesis
tmkreaper 2 years ago
Hi, Thanks for the info. I added the script and the button and text inside showed up. However when I saved it has an html file and opened it in firefox when i clicked on the button nothing happened. I confirmed that the code was exactly as you had written it. What am I doing wrong. win xp dell computer. thanks
taylormade6700 2 years ago
nice
unlscrv2 2 years ago
Bravo man...you make me feel as though I can learn Javascript.
Aoudhubillahi 2 years ago
what is the difference between functions and varibales?
im wondering. when do i use both of them?
revolutionize017 2 years ago
thanx:)
systemega 2 years ago
wie kann ich java scrit aktivieren
pennereierlutscher33 2 years ago
ich weiß auch nicht
haloluver123 2 years ago
ur accent makes it hard for me too understand you sometimes
ak47forever 2 years ago
Yeah dude, your method I can actually learn from...keep it up..
padillagene 2 years ago
wow-.- diesen schrott kann jeder..
Miike123321 2 years ago
make more!!!!
Stardust342 2 years ago
thank youuu
viper6aroq 2 years ago 2
Thx sooooooooo much
gnomwwe 2 years ago
Thanks very much for this video. Sharing your knowledge has helped me to expand mine. Thanks for your time.
BUTTERFLYWARIOR 2 years ago 7
Excellent! Thank you (and thanks for using notepad to keep it simple).
Prahlad39 2 years ago 11
Agree on the notepad point.
BUTTERFLYWARIOR 2 years ago 3
totaly!
thishero975 2 years ago
very good tutorial. I was already familiar with html, and after doing your tutorial step-by-step, the concepts are pretty much the same except for the markup language commands.
DisasterPiece73 2 years ago
hey that is pretty neat stuff.. i took an html class in college and in the last assignment we had to bring up a little dialog box using javascript and i struggled through it. thanks
asktiny 2 years ago
can you link me javascript unload events?
ato3636 3 years ago
i cant see videos anymore why my javascript ok and adobe version too
LessOr89 3 years ago
java is not javascript
go to w3schoolsc[.]com and click JavaScript
b21492010 2 years ago
wat program r u using?
kiwiwalls 3 years ago
well the program that he typed all of that into is notepad and when you save it instead of saving it as a text document make it all files and then then name of it and then .html I.E. test.html and then if you save it to your desktop double click and it'll pop up
btw great tutorail!
br14nb222 3 years ago
I think your nose is stuck!
toxou44 3 years ago
ur canadian eh!?
aspcajaye 3 years ago
cool, thankya!
CloneofSephiroth 3 years ago
thank you so much this was a good tutorial =)
Daniel070793 3 years ago
yeah thanks a lot, im just learning javascripting =)
adadququ 3 years ago
()=FUCKING PARENTHESIS LOL
GOOGLE IT
XxKAN9NExX 3 years ago
yup, it doesnt matter what u were told at school, in programming () are parentheses and [] are brackets
tuleo554 3 years ago
huh...?
ixcaliber 3 years ago
well thats what i got told at school that they're brackets
B1nd1n 3 years ago
whats the difference between htm and html?
B1nd1n 3 years ago
No difference. They are the standard extensions for HTML pages and XHTML pages.
blacksale1 3 years ago
The difference between .html and .htm is that .htm comes from when file extensions were limited to 3 characters. Some people who've been writing html for a long time still use it.
Functionally, though, there is no difference.
DJSalenger 3 years ago
Some time ago, when the hypertext appeared all the file extensions were limited to 3 characters. Many of them today are, but in functioning .htm and .html are the same.
TiLeNpWneD 3 years ago
Those arent brackets that you added, they are Braces
Parethesis ( )
Brackets [ ]
Braces { }
mercsan117 3 years ago 3
lol no this is brackets ()
B1nd1n 3 years ago