you can use it for crapcha
B1KMusic 3 weeks ago
spell: "Hello world"
[_|_______]
if(!word.match("Hello") || !word.match("world")){
alert("learn to spell, dumbass!")
}else{
alert("You just passed the first grade")
}
Have you made a GetElementById tut yet, because iv herd of that but not known how to use it. Any way, good video!
XinoBrix 3 months ago
This has been flagged as spam show
View my channel to find a link to my web development blog! I made it to get my ideas out and shows you how to do it. give it a look and make one and blog with me! we can start a little community of bloggers and share ideas! see you soon!
IDmann700 5 months ago
i think this fella is brilliant style is brill!
FOGTALK 9 months ago
ur videos are real good!
nithin2c 10 months ago
ur videos are real good!
But what if you want to match the word 'null'?
JakleIsMe 1 year ago
@JakleIsMe word.match(null); ?
Biohazard000Labs 1 year ago
@Biohazard000Labs But then how would you be able to tell if it found it or not, since it would display null either way?
Thank you Bucky,all your vedio is great
NitssOfSalh 1 year ago 2
amazing !
what is his website ?
ramlah20023 1 year ago
the example of validation seems highly unnatural - nobody is going to validate by trying to predict misspellings users might make
a quick mention of simple regular expressions would make it much more enlightening what the point of match is
gf133 1 year ago
You are a very very good teacher.
petepetefok 1 year ago
Your awsome dude!
mooapo 1 year ago
Great Work keep it up.
mikeyscimeca 1 year ago
Great for javascript startups. Got solved what I needed. Will watch more. Keep it coming.
KerstinRadford 1 year ago
Still enjouying your videos. they are great. Looking forward to some more intense code
TheWernerbronkhorst1 2 years ago 6
I'm not sure. He kind of slurs a bit.
But I do know that the link on the side does not match any of the sounds he makes.
existenceisrelative 2 years ago
I've been wondering: is there any difference between double and single quotes?
I use single most of the time, unless there's an apostrophe in the given string, because that screws everything up and I need to switch to double.
But then if my string has a quoted piece of text in it that causes a problem with double quotes and I have to switch back to single.
But if I had a string with an apostrophe AND quoted text I guess I would be screwed. Any way around this?
QuantumAnomaly 2 years ago
i think you put \ [backslash] before the ' or " if you wish to put them into the string.
FeedMEBabies 2 years ago
Comment removed
Wowccraft 2 years ago
such as alert('Don\'t touch that!')
This is no difference between using double or single quotes.
As far as your problem goes, there are two solutions:
1) use html ascii codes instead of the single/double quote. In other words var x = 'it's hot today'.
or var x = "she said "Don't talk back!"";
2) use a backslash to escape the quotes. var x = 'it\'s hot in here!';
or var x= "she said \"Don't talk back!\"";
patrick99e99 2 years ago
The programming parts are going to be so fun. Hopefully it will teach us to include sound and images.
nokeekon 2 years ago 11
very good =) thank you
adadququ 3 years ago 3
you can use it for crapcha
B1KMusic 3 weeks ago
spell: "Hello world"
[_|_______]
if(!word.match("Hello") || !word.match("world")){
alert("learn to spell, dumbass!")
}else{
alert("You just passed the first grade")
}
B1KMusic 3 weeks ago
Have you made a GetElementById tut yet, because iv herd of that but not known how to use it. Any way, good video!
XinoBrix 3 months ago
This has been flagged as spam show
View my channel to find a link to my web development blog! I made it to get my ideas out and shows you how to do it. give it a look and make one and blog with me! we can start a little community of bloggers and share ideas! see you soon!
IDmann700 5 months ago
i think this fella is brilliant style is brill!
FOGTALK 9 months ago
ur videos are real good!
nithin2c 10 months ago
ur videos are real good!
nithin2c 10 months ago
But what if you want to match the word 'null'?
JakleIsMe 1 year ago
@JakleIsMe word.match(null); ?
Biohazard000Labs 1 year ago
@Biohazard000Labs But then how would you be able to tell if it found it or not, since it would display null either way?
JakleIsMe 1 year ago
Thank you Bucky,all your vedio is great
NitssOfSalh 1 year ago 2
amazing !
what is his website ?
ramlah20023 1 year ago
the example of validation seems highly unnatural - nobody is going to validate by trying to predict misspellings users might make
a quick mention of simple regular expressions would make it much more enlightening what the point of match is
gf133 1 year ago
You are a very very good teacher.
petepetefok 1 year ago
Your awsome dude!
mooapo 1 year ago
Great Work keep it up.
mikeyscimeca 1 year ago
Great for javascript startups. Got solved what I needed. Will watch more. Keep it coming.
KerstinRadford 1 year ago
Still enjouying your videos. they are great. Looking forward to some more intense code
TheWernerbronkhorst1 2 years ago 6
I'm not sure. He kind of slurs a bit.
But I do know that the link on the side does not match any of the sounds he makes.
existenceisrelative 2 years ago
I've been wondering: is there any difference between double and single quotes?
I use single most of the time, unless there's an apostrophe in the given string, because that screws everything up and I need to switch to double.
But then if my string has a quoted piece of text in it that causes a problem with double quotes and I have to switch back to single.
But if I had a string with an apostrophe AND quoted text I guess I would be screwed. Any way around this?
QuantumAnomaly 2 years ago
i think you put \ [backslash] before the ' or " if you wish to put them into the string.
FeedMEBabies 2 years ago
Comment removed
Wowccraft 2 years ago
such as alert('Don\'t touch that!')
Wowccraft 2 years ago
This is no difference between using double or single quotes.
As far as your problem goes, there are two solutions:
1) use html ascii codes instead of the single/double quote. In other words var x = 'it's hot today'.
or var x = "she said "Don't talk back!"";
2) use a backslash to escape the quotes. var x = 'it\'s hot in here!';
or var x= "she said \"Don't talk back!\"";
patrick99e99 2 years ago
The programming parts are going to be so fun. Hopefully it will teach us to include sound and images.
nokeekon 2 years ago 11
This has been flagged as spam show
very good =) thank you
adadququ 3 years ago 3