i dont have the line line thing i have a key with ` ¬ and the line all on the same key i have a laptop i get this without shift ` and this with shift ¬ but how do i get the line
YO DAWG! WE HEARD YOU LIKED IF STATEMENTS, SO WE PUT AN IF STATEMENT IN YO IF STATEMENT SO YOU CAN EXECUTE IF STATEMENTS WHILE YOU EXECUTING IF STATEMENTS!!!
I'm sure there's another type of OR operator which is more strict. With that stricter version, ONLY ONE of the conditions can be true for it to evaluate as TRUE.
But the problems is, if you make something like a contact thing and you only want use Javascript you can not have more errors than 1! x) That is the reason wht i dont use it!
the "||" is an "or" splitter, but the && is if you need both to be something. If blabla is blabla or chubchub is chubchub do something, but you can also do if blabla is blabla & chubchub is chubchub where you need them to either Be something, or one of them to be something.
There's no reason using "(" & ")" inside an if statement unless you're going to use non-variables, so instead use this: if(first=="bucky" && last=="roberts)". Also, if you want to be sure that the variables is actually containing something, you could nest it, but then first start with even check if it's is set, or just using: if(first!=null && last!=null). (!= means Not Equal to).
Love your jokes!!!!!!!!!!!!!!!!
SirAndresJ 1 week ago
Julia Roberts totally would be bacon with the OR operator.
Michb3ck 1 month ago in playlist JavaScript Tutorials Playlist
if i want a cookie, ill tell my mom "i want sia eda"
KukiKruch 1 month ago
@KukiKruch I think you mean "i want sia eda, plaees"
MCbbbg 1 week ago in playlist JavaScript Tutorials Playlist
i dont have the line line thing i have a key with ` ¬ and the line all on the same key i have a laptop i get this without shift ` and this with shift ¬ but how do i get the line
ANNOYINGGAM3RZ 1 month ago in playlist Beginner JavaScript Tutorials Playlist
@ANNOYINGGAM3RZ mine is to the left of my z key, but that's because i'm on an english keyboard, not an american one like bucky.
HoboAddiction 1 month ago in playlist Bucky's Beginner JavaScript Tutorial
@HoboAddiction iknow mine too i found it the day after i write this
ANNOYINGGAM3RZ 4 weeks ago
wow Bucky, got me i looked at the || symbol. I never use that symbol before. lol
NobleTV22 1 month ago
Is it just me or has Bucky become a part of my everyday life?
MrGameboy0895 2 months ago
5:12 I totally looked about the enter key!!!!!!!
carpoman 2 months ago in playlist Beginner JavaScript Tutorials Playlist
You can use a komma too instead of && signs! Is the" ,"(komma) not always working? What is the reason here to use && instead of ,?
Mertt03 2 months ago
lol 4:09 I knew he was gonna write bacon!!
CrazyShooter199 2 months ago
hey good job with the tutorials bucky, erhe sia eda!
Kladda1 3 months ago
bucky your not an idiot.
optifide 3 months ago
there is the easier way to group conditions, like this:
if (name=="Sven",surname=="Duplic")...
great tuts btw :)
SDuplic 3 months ago
Lol, by watching your vids i learn how to javascript and i know all your likes , dislikes , and all your family members xD
gonsanchez10 3 months ago in playlist Beginner JavaScript Tutorials Playlist
Thumbs up if you looked at the ||| symbol.
iDJFlaco 3 months ago
Comment removed
iDJFlaco 3 months ago
YO DAWG! WE HEARD YOU LIKED IF STATEMENTS, SO WE PUT AN IF STATEMENT IN YO IF STATEMENT SO YOU CAN EXECUTE IF STATEMENTS WHILE YOU EXECUTING IF STATEMENTS!!!
ZayLong 3 months ago
I knew that || is or and that is on top of the enter key but still I looked!! why??? pffff man... really? hahahahhaha
abelito10 4 months ago
Lol its true I did just look there at 5:04..
MrBikerking200 4 months ago in playlist Beginner JavaScript Tutorials Playlist
Comment removed
MrBikerking200 4 months ago in playlist Beginner JavaScript Tutorials Playlist
I'm sure there's another type of OR operator which is more strict. With that stricter version, ONLY ONE of the conditions can be true for it to evaluate as TRUE.
asmartbajan 4 months ago
@asmartbajan XOR (aka exclusive OR)
SoldierX328 4 months ago in playlist Beginner JavaScript Tutorials Playlist
lol!!,,,,, i swear i lookd above the enter key!!
nyways ,,,,, good tutorial buddy!! keep it upp!!
TheRijintube 4 months ago in playlist TheNewBoston - Beginner Javascript
it's a pipeline
Deadwolf9494 5 months ago
But the problems is, if you make something like a contact thing and you only want use Javascript you can not have more errors than 1! x) That is the reason wht i dont use it!
Ps. again same as PHP, u sure u dont use PHP? :=)
TheRobinNet 6 months ago
i love when he spells stuff wrong its like a signature.
Avineshhd 7 months ago
Bucky dude your mistake at 06:29 :P
u said "one or more conditions"
I think two or more conditions right ?
bkbenemy 7 months ago
you should use XHTML 4.1 Strict if you want to use xhtml instead of html
or use html5
druidofluhn 7 months ago
Hmm. You don't really need the parenthesis, but I guess that's a convention?
ar4youready 7 months ago
Bucky, don't you dare spell your name correctly!
TheYetiNinja 8 months ago
My name is tommy roberts. Wheres my cookie?
DrRawr 9 months ago 2
@DrRawr hey good job busddy erhe sia eda
MrPwnzorrosco 7 months ago
hehe, Related videos : Rebecca Black - Friday xD
daeheadshot 10 months ago
Will there be any tutorials about how to do a split within an string?
Ankar22701 11 months ago
I didn't look at that pipe key, I was looking at the tab, or what the heck u call it:P
gatoo23 11 months ago
views = 999 !!!
funtime180 11 months ago
can you also make jquery tuts? :D
nice video :)
bohterham 11 months ago
Do you plan on doing intermediate and advanced javascript tutorials as well? that would be swell.
0ejmusik0 11 months ago 72
@0ejmusik0 I SECOND THAT!
I know java, so this stuff is pretty darned easy. I'd love a tutorial series were I could learn advanced meathods for web development
blank0000 6 months ago
@0ejmusik0 there is a series for the intermediate part. but its way back from 2008 :(
ahmadu007 3 months ago
@0ejmusik0 maybe if we get a hundred likes?
stoidipukeaw 4 weeks ago
i remember all those guys from the last tutorial who were comlaining that this way is much easier and better
hey guys just be patient and stop beeing annoying
kraeukai 11 months ago 19
@kraeukai I feel that you were talking about me..
kidel3 11 months ago
the "||" is an "or" splitter, but the && is if you need both to be something. If blabla is blabla or chubchub is chubchub do something, but you can also do if blabla is blabla & chubchub is chubchub where you need them to either Be something, or one of them to be something.
kidel3 11 months ago
@kidel3 You took 1 min. of my life I want it back.
Fbiman93 11 months ago
There's no reason using "(" & ")" inside an if statement unless you're going to use non-variables, so instead use this: if(first=="bucky" && last=="roberts)". Also, if you want to be sure that the variables is actually containing something, you could nest it, but then first start with even check if it's is set, or just using: if(first!=null && last!=null). (!= means Not Equal to).
kidel3 11 months ago
second
Kebabmies1001 11 months ago
sup
imsoterriblybored 11 months ago