Check out my courses and become more creative!
https://developedbyed.com
Getting Started With Javascript | Learn Javascript For Beginners
In this video series we are going to learn modern javascript from scratch. This video is recommended for anyone wanting to learn javascript the modern way with ES2015. No previous programming knowledge is required, so this video series will help you learn javascript as your first programming language.
We will also cover how to create functions and use them to write clean and scoped code in javascript. After we are going to create a simple function that is going to take a string and uppercase it for us once we invoke the function.
Finally we are going to look at 3 different ways of writing a function. The ES6 being my favourite, arrow function.
Things covered in this video:
How to create a function in javascript.
Different types of functions we can use.
How to add parameters in functions.
๐ Materials used in this video:
VSCode: https://code.visualstudio.com/
๐ด Follow me on:
Twitter: https://twitter.com/deved94
Github: https://github.com/DevEdwin
Brother.. take my money! When I get home from this work trip I'm subbing to atleast 1 one of your courses.. maybe I'll just throw money at you idk all I do know is all other tuts make my brain hurt, yours make it feel big and smart and honestly what more can a guy ask for?
Keep doing what you do.. please!
Great video man!!!!!
i was really struggling in programming i cant even understand it then fortunatly somehow i found your udemy crack courses(when i willl be a rich , i will pay you for it) which make my life super easier . Thanks dev ed u r really a magician <3
Thank you! It can be difficult wrapping my head around functions and parameters. Your explanation helped a lot.
One more sub for you! Thank you so much Ed! Thanks to you, I now see why functions and their parameters were driving me crazy. And yet, it's so simple. Thank you again.
more videos
The problem is when I do….
function logger() {
const name = "Joe Bloggs";
console.log("Party Time!");
console.log("Party Time!");
console.log("Party Time!");
console.log("Party Time!");
}
console.log(name);
the name variable is available. I think things have changed.
in the last way of writing function how do i write function name like function adder. where to add adder that you have done in the addition function.
Finally i found a teacher who can teach me programming.I now believe that it isn't impossible to learn.your methodology is really awesome bro
Is it required for web development this part of js?
Or web dev works just with the dom, and website interactivity.
Man this is lovely, thank you so much. Now I understand.
i dont get any of this madness bro
hold shift and type DEV ED
EZ AS THAT!
what is you doing why do i need that๐๐๐
in just joking dude thabk you for video but i dont understand shit about java script and have no money to buy course wish me luck
When would you use parameters?In what case are parameters needed? I noticed, not all functions need parameters.
Call me dumb but I had to watch like 3 or 4 videos until I watched your tutorial to understand this concept. Subscribed!
super informative and easy man I learned more from this guy in 15 mins than some teachers that teach a whole course!
Wow! Just Wow! I have a full understanding now. Sheeeeesh!! Thank you Dev Ed!
Love u man
This video is great Ed! Fantastic representation of Functions! ๐
I did we have to create the new 'upperCased' variable inside the toUpper function? I noticed that the name variable did not turn into uppercase, by just declaring the 'text' variable and using global scope. Can we only use outside variables only by declaring new ones inside functions?
so the summation is that those parameters "( )" mean function yeah…
Party time
Party time
Party time
Party time
Thank you
what is the difference between, using parameters and declaring the variables in global scope and then calling them inside the function? is it would demand more memory?
This is literally the best video explaining functions that Ive seen, I have been using Treehouse so I know a little JavaScript already but this, this could've saved me alot of time had I found it earlier.
What happens in lasVegas() stays in lasVegas()!!
Very helpful! Thank you so much.
I was having such a hard time wrapping my head around what a parameter is doing. This helped a lot!
this is amazing ! thank you so much
Great tutuorial.. thanks
Thanks man, its very useful to us ๐
why did typing logger(); at the bottom cause the print functions to print i dont understand.
whom are you looking at to your right side
ohh i spotted a magician of javascript
It makes this Aussie lady very happy to find quality content I can add to my learning with, bravo!
thanks alot mate!!