I was only able to use "else" when there was one either/or condition. Once there were four conditions, I had to write "else if" for the send, third, and fourth condition. I couldn't write the last condition with just "else". When I did, nothing showed up on the html page.
Man your are the number one teacher,fkn amazing work dude..
Your way of teaching is Amazing!!
finished watching Tutorial 16.Thanks to Mike
I look at JS tutorial
If it's made by Mike,
I'll watch it.
Otherwise,
I'll pass it.
Keep the spirit up it's amazing
really well explained
Mike ir best developer and teacher i learned html css and now js
How to do this with function?
It is nice video for beginners Mike.
Just a friendly reminder it is good to avoid words like complex, complicated etc.
Thank you Mike. You are great.
So good tutorial
I was only able to use "else" when there was one either/or condition. Once there were four conditions, I had to write "else if" for the send, third, and fourth condition. I couldn't write the last condition with just "else". When I did, nothing showed up on the html page.
Nice
Legend!
good!
there is glitch at 6:13 . is Mike hacking the matrix?
I though my phone broke lol
if(isMale) {
document.write("You are male");
} else {
document.write("You are female");
}
*
var ERROR;
ERROR = true;