Beginner JavaScript Tutorial – 14 – if Statement




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


29 responses to “Beginner JavaScript Tutorial – 14 – if Statement”

  1. I am on the Beginner JavaScript Tutorial 14 – if statement. The coding examples ends at video 13. Can you tell me where to find the coding examples that go along with videos 14-40. This is so helpful. Thank you so much.

  2. tbh I honestly think that he's been doing a good job, but learning a single if statement in 8 min is pretty damn long. Maybe he could have shorten the length of a video by combining a couple of those, like tutorial 14 and 15 because they are basically the same. Learning a single, simple line of code in 10 min is not really that efficient

  3. If the if statement does only have 1command to execute you can delete the curly brackets.
    Example:
    if(language ==1)
    System.out.println("Hello");
    if(language ==2)
    System.out.println("Bonjour");
    int something =in.nextInt();

    This wil olso work even if language does not equal 2 it will still execute to way you wanted

  4. Hey Bucky:

    I'm about to start a 3 month web development immersive bootcamp. You have helped me understand the basics of javascript. Your a funny dude. The phlegm story was a trip because I experienced it 1 month earlier when I had the flu. Thank you for paying it forward with your teaching. I expect to do the same locally when I learn more about coding. By the way, I don't hear the Boston accent?

  5. Hay Buckey , whatsup man ……Your are one of my favorite teacher on you tube and with your help i am learning java script .
    This is my 14 tutorial of your series and what I'm continuously noticing that is your spelling mistakes in the strings and those are in tons..they doesn't make any difference the way you teach but all the time they are annoying me and may be others too.

    So,these mistakes diverting the real focus…so please avoid those in future .

Leave a Reply