Node.js Tutorial for Beginners – 3 – Basic Concepts

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

30 responses to “Node.js Tutorial for Beginners – 3 – Basic Concepts”

  1. MeThOd-Clan Avatar

    i thought you died for a second at 4:25 lol

  2. Alejandro Cardone Avatar

    Love the cashier story

  3. Yusuf Mohamed Salh Avatar

    in C# that is called a delegate:pointer to a function.

  4. Beqa Meqvabishvili Avatar

    should I watch these tutorials in 2017?

  5. Mzimhle Mosiwe Avatar

    Are you kidding me dude, this is a clickbate!!!

  6. argmax11 Avatar

    That story hahaha

  7. Escape the Matrix Avatar

    So what did the cashier do for a living?!?! Don't leave us hanging.

  8. Abdullah Mamun Avatar

    which IDE used here?

  9. aksupersurfer Avatar

    Riding a pushbike without lights – IS STUPID!

  10. wapabidou tchoupitchou Avatar

    Best introduction ever ! :DDDD Thank You and Keep Up your Good Job !

  11. V LS Avatar

    You are amazing. Thank you.

  12. TNTSquid Avatar

    Amazing, lambda expression in Basic Concept !

  13. Forrest Carlton Avatar

    Dude, I wish I knew you IRL, you'd be a cool bro to keep around 馃槢

  14. Omkar Nadkarni Avatar

    you've officially watched too many bucky videos if you know who kelsey is 馃榾

  15. Kalpak Take Avatar

    Should i watch Javascript tutorial before this!!

  16. Scott Korin Avatar

    Everything he talks about in the video about functions, using variables, etc., is true in regular JavaScript. In fact, the two syntaxes produce the same results:

    function printBacon() {

    };

    and

    var printBacon = function() {

    };

    Do the same thing. Both intialize a variable called "printBacon" in the current scope to be a function.

    Technically there is a difference in hoisting (in the first instance, you call call printBacon() before it's been defined, but in the second instance you can't). Besides that they are pretty much the same.

    Things get more interesting once you start grouping , etc.

    http://davidbcalhoun.com/2011/different-ways-of-defining-functions-in-javascript-this-is-madness/

  17. Scott Korin Avatar

    Did he call me a hosta?

    I like hostas. We have a lot in our garden at home.

  18. Raj Chilka Avatar

    Hello sir, can you please zoom in while writing code 馃檪

  19. Ant贸nio Santos Avatar

    This is basicly the javascript basics right? I didn't see anything new coming from someone that knows javascript.

  20. Putins Cat Avatar

    thanks for the nerd reinforcement at the beginning!

  21. Osama algendy pro Avatar

    I can't do run like bottom

  22. Don Biederman Avatar

    lol you nerd jk Buckey love this series

  23. TheScorpian91 Avatar

    can some one tell me which tool is being used for the development. It looks like Microsoft visual studio but I am not sure. Moreover can u anyone tell me which development software I can use on MAC. So far I am using Sublime

  24. sagar dafle Avatar

    Code from tutorial 3- 11 can be found at https://github.com/sagardafle/DataStructures-Algorithms/tree/master/Technologies/JavaScript
    Of course, code credits goes to Bucky!

  25. Jimmy Bellmon Avatar

    The Cashier is probably a Theoretical Physicist working while she's in school, so your story aint so bad lol. By the way, great tuts, when I need to learn something new I go to your tuts first, man you're a good instructor. Sometimes I come back to your tuts like now, 3rd time going thru this one! THX

  26. jack max schlein Avatar

    Really though, what did she do for work?

  27. 2008clinton Avatar

    Sublime Text 3 is the latest version of the Free IDE

Leave a Reply

Your email address will not be published. Required fields are marked *