Node JS Tutorial for Beginners #5 - Function Expressions

preview_player
Показать описание

Yo ninjas, in this NodeJS tutorial, I'll be go over something we'll be using a fair amount in this tutorial playlist - function expressions.

----- COURSE LINKS:

---------------------------------------------------------------------------------------------
You can find more front-end development tutorials on CSS, HTML, JavaScript, jQuery, WordPress & more on the channel homepage...

========== JavaScript for Beginners Playlist ==========

============ CSS for Beginners Playlist =============

============== The Net Ninja =====================

================== Social Links ==================

Рекомендации по теме
Комментарии
Автор

This guy is better than Udemy's instructors, no slide show! Congratulations!

rogersilvasantosaguiar
Автор

You are absolutely amazing. I've been trying to understand nodeJS for so long. It's taken me so long just to learn basic stuff like the difference between node.js and javascript. I've been essentially copy-pasting code from other tutorials and learned nothing because I didn't understand the syntax. Your decision to create a tutorial starting from the basics has helped me learn so much in such a short amount of time. I'm actually learning now rather than regurgitating code. Props to you. You're doing great work here.

AzianSam
Автор

You are a very good teacher, thank you very much for the tutorials :)

Автор

We use FunctionName when passing it as an argument and use FunctionName() when we are calling. The brackets should not be ignored.

Wonderful Playlist <3

designrknight
Автор

The Net Ninja + Brad + Maximilian = No need to go to school

melvinkimathi
Автор

These are awesome. I would pay for a course explained this well!

michaelpimenteljr
Автор

I like these short five, six minute tutorials. Easy to understand and watch when you dont have much time.

be
Автор

I feel your love for as, thanks for that. This really helps me.

Darkart
Автор

the greatest beginner-friendy explanation of "fns as callbacks"!
I wish someone explained it to me this way, when I was a junior :)

Artem
Автор

No need any other paid education or tutorial. This channel is amazing enough.

ErenGuldas
Автор

Dude, thank you very much! I have been looking for tutorials at my paste for ages! You explain very well! :)

kobimizrahi
Автор

new to atom and just realized that it want a console.log() for auto-completion just write log instead of console first and it'll autocomplete it.

VarunRajvanshi
Автор

This is awesome, What I am struggling to understand is the overall anatomy of a web development, thank you for explaining how Node fits in the picture, but my head is hurting trying to put all the other pieces in place, like angular, grunt, services, servers... ahhhh! maybe I will feel better once I finish this tutorial but would love a helicopter view of javascript web development... Thank you again for being so splendid!

Radiance
Автор

Wow.. i mixed it, the code in last lesson #4 with this1 and i have made a timer from 10 to 1 and then inscription "Bomb has beed defused". It worked perfectly as i planned :D It aint much, but im so proud of myself ;DD Its my first day of codding i hope i will make it my job in the future, i already love it ;3

Anonimusk
Автор

thank you, this is really nice and clear tutorial so that beginners like me can follow.

JimmyZ
Автор

thx very much... concise, clear and exhaustive

michelepaglialonga
Автор

I called both function statement[ sayHi() ] and function expression[ sayBye() ] from the function "callFunction()" and both worked, so why do we even need function expression?

kushagrasharma
Автор

I can't help but think that passing anonymous functions is a great way to make code VERY hard to debug. Especially if variables containing functions come from mysterious places.

StephanG
Автор

can you please re explain that last one ? calling a function from other function thing ? or any place where its explained more detailed if you have no time for that ? please ?

TheMdtariq
Автор

console.log('you make learning so easy and enjoyable');

Mustafa-cvpk