Beginner JavaScript Tutorial – 16 – Nesting and Fridays!




Facebook – https://www.facebook.com/TheNewBoston-464114846956315/
GitHub – https://github.com/buckyroberts
Google+ – https://plus.google.com/+BuckyRoberts
LinkedIn – https://www.linkedin.com/in/buckyroberts
reddit – https://www.reddit.com/r/thenewboston/
Support – https://www.patreon.com/thenewboston
thenewboston – https://thenewboston.com/
Twitter – https://twitter.com/bucky_roberts

Original source


45 responses to “Beginner JavaScript Tutorial – 16 – Nesting and Fridays!”

  1. someone part was looking weard so i tried this:

    var firstName="Vishal";
    var lastName=" any last name of your choise";
    if (firstName=="Vishal"){
    if (lastName==" Narwal"){
    document.write("welcome "+firstName+lastName);
    }
    else {
    document.write("welcome "+firstName+lastName);
    }
    }

  2. Can someone tell me why the code doesn't work for for the first name if spelled wrong because using this if you spell the first name wrong the else statement doesn't work. Only if you spell the last name wrong does the else statement work.

  3. these videos are really awsome, actually whenever i sit in the class and the teacher is talking about Javascript i just wanna kill myself cause i don't understand anything but right now till this video I learnt too many things, I really enjoy ur tutorials. I can not even go for a break, these videos are really amazing and I must say ur accent is also really cool that I can understand word by word. thanks alot dude!

Leave a Reply