How To Create/Use Functions - JavaScript Essentials

Поділитися
Вставка
  • Опубліковано 22 жов 2024

КОМЕНТАРІ • 123

  • @jessewilliams522
    @jessewilliams522 Рік тому +100

    I've been a software engineer for 10+ years...
    I just enjoy seeing how you explain things because it helps me better explain things to non software engineers and my family!

    • @daleryanaldover6545
      @daleryanaldover6545 Рік тому +3

      same, always makes it easier for me to teach others as well

    • @markmccann2
      @markmccann2 Рік тому +5

      What an amazing mindset. Props man

  • @triteraerlangga7917
    @triteraerlangga7917 Рік тому +36

    I've been coding for a couple of years and know how it works, yet I still enjoy your videos. One more thing about function, you also can write a default value inside the parameter.
    function sum(a = 0, b = 0) {
    return a + b;
    }
    so, it always returns a "value" even though you are not putting any argument

  • @wolfhaize
    @wolfhaize Рік тому +16

    I knew how these worked, but the way you explain things just makes it so much easier to understand.

  • @ZahryD
    @ZahryD Рік тому +38

    I was just learning functions from Udemy and then got hit by alert on youtube on your video lol. Thank you.

  • @4Mulator
    @4Mulator Рік тому +13

    Wow, I finally got functions! Thank you so much ❤! can you do more short tuts on other fundamentals like Arrays and Objects! I'm super grateful 🙏🏼

  • @null_spacex
    @null_spacex Рік тому +87

    *me who has been writing JavaScript for 2+ years*: ah yes, interesting

    • @adityafitriansyah97
      @adityafitriansyah97 Рік тому +2

      Hahaha

    • @lalithrockz
      @lalithrockz Рік тому +1

      😂

    • @jampey
      @jampey 6 місяців тому

      shut up

    • @t0shii_137
      @t0shii_137 2 місяці тому

      As one who began to learn JS couple days ago I can confirm that it's really interesting, even if I understood nothing

    • @null_spacex
      @null_spacex 2 місяці тому

      @@t0shii_137 haha good luck bro!

  • @jotasenator
    @jotasenator Рік тому +2

    the younger version of me thanks you a lot, the new gen of coders seen this video will thank you a lot Kyle. the true wisdom is in explaining the simple...someone wise once said...

  • @nirau
    @nirau Рік тому +2

    Currently going through TOP foundation of JavaScript and your video is super helpful! Thank you.

  • @HighlyProductive_
    @HighlyProductive_ Рік тому +6

    You explain things so well. Can you make a video for loops and when/how to use the different kinds

  • @cabdicasiiscabdullahi3552
    @cabdicasiiscabdullahi3552 5 днів тому +1

    Thank you so much

  • @loopylibby
    @loopylibby 4 місяці тому

    Thank you for this! I have struggled to understand JS for so long - HTML and CSS i flew through, but JS I keep getting stumped on. This really cleared a lot of it up. :)

  • @ygjt76v0-----
    @ygjt76v0----- Рік тому +1

    Your teaching is amazing, realy clean

  • @stith_pragya
    @stith_pragya 10 місяців тому +1

    Thank You So Much for this wonderful video....................🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻

  • @cagedbird7173
    @cagedbird7173 7 місяців тому

    Very helpful video! Can’t believe how simple you were able to explain it.

  • @Hari983
    @Hari983 Рік тому +1

    I love your channel. Although this video was targeting beginners more I still enjoyed revisiting foundations

  • @phrasekim
    @phrasekim 9 місяців тому

    I got the concept of function and why we use it.
    Thanks a lot!

  • @muhammadishaque4818
    @muhammadishaque4818 11 місяців тому +1

    Hey dev, I am from Pakistan, you might not know about me and my country But I really appreciate your efforts and the way you define all the very basic things in a very simple and tremendous way, keep it up and thanks alot.

  • @andrewwarren654
    @andrewwarren654 Рік тому

    Excellent description, presentation and content. Champion! Came looking for a good explanation, because the official linked-in course was quite confusing. Keep up the good work.

  • @DanielMac-q6e
    @DanielMac-q6e 8 днів тому

    your voice is so soothing btw.

  • @yifanli8534
    @yifanli8534 Рік тому

    I love the brief and understandable explanation

  • @Zeee530
    @Zeee530 Рік тому

    I've always been confused about returning values and this helped alot

  • @D7460N
    @D7460N Рік тому

    Thanks for the vid! Timely and needed.
    Nice guitar.

  • @ri3706
    @ri3706 10 місяців тому

    You are a king. Thank you for this!

  • @saramahamed7343
    @saramahamed7343 11 місяців тому +1

    So helpful. Thank you

  • @danielmadison4451
    @danielmadison4451 Рік тому +1

    Kyle Bravo! Nice video. Most impressed that you used the correct words "parentheses" and "Curley braces" LOL Using correct words helps beginners remember concepts. 🙂

    • @_xyx.
      @_xyx. Рік тому +1

      Strictly speaking, "curley braces" is redundant. Braces are curley by definition. Just as brackets ([]) are square by definition. So we can say "braces" and "brackets" without qualifications.

  • @amra.haleem5175
    @amra.haleem5175 Рік тому

    جزاك الله خيراً

  • @givikokakhetelidze8563
    @givikokakhetelidze8563 3 місяці тому

    Where can I get a course by this guy only, like exactly this dude.

  • @FlockofSmeagles
    @FlockofSmeagles 14 днів тому

    This is how programming should be approached. Gaining an understanding. Rather than doing things by rote.

  • @TG1417
    @TG1417 Рік тому

    Good video, wish this was out when I was doing my bootcamp cuz for some reason the parameters weren't clicking for me

  • @themarksmith
    @themarksmith Рік тому

    Love these kinds of video as they are good as a recap...

  • @DeftDodo
    @DeftDodo 4 місяці тому

    Functions are super important for Javascript! We know it!

  • @Chimefierce
    @Chimefierce Рік тому

    Damn! Thanks for this video. Function has been kicking my butt for 2 days now. And I happened upon this video and now it all makes sense. Damn

  • @kingwesleyXIV
    @kingwesleyXIV 5 місяців тому

    You sir.... Are the best ❤

  • @rayanfernandes2631
    @rayanfernandes2631 Рік тому

    Best video in store for JavaScripters.

  • @raphaelkamau4711
    @raphaelkamau4711 10 днів тому

    It was helpful ☺️

  • @mtsurov
    @mtsurov Рік тому +1

    Happy belated bday 🎉, Kyle.

  • @pixelboatstudios4840
    @pixelboatstudios4840 Місяць тому

    Really helpful.

  • @TheDessycha
    @TheDessycha 8 місяців тому

    you saved my life

  • @mayursoftwarewala3316
    @mayursoftwarewala3316 Рік тому +1

    Thanks bro

  • @Gikkeoi
    @Gikkeoi Рік тому +1

    Can you do a video about Redux? I like the way you explain things the most

  • @jonathanswift8736
    @jonathanswift8736 7 місяців тому

    Thanks alot Kyle 🎉🎉

  • @montebont
    @montebont Рік тому

    Nice one! Next step would be closures :-)

  • @niklas_Slam_O
    @niklas_Slam_O Рік тому

    Love your videos! Thanks so much.

  • @MSSPG
    @MSSPG 5 місяців тому

    I looked at a presentation with functions, and understood NOTHING, after watching this I looked at it again and could confidently explain EVERYTHING 10/10

  • @EnzoAuditore
    @EnzoAuditore Рік тому

    Thank you for this.

  • @BGdev305
    @BGdev305 Рік тому

    @WebDevSimplified If I get the course, do you show how to setup Visual Studio for live editing like you have yours?

  • @WebDevChallenge-Ethiopia
    @WebDevChallenge-Ethiopia 2 місяці тому +1

    Web Dev Challenge-Ethiopia

  • @petrvalenta8835
    @petrvalenta8835 Рік тому

    Nice video Kyle! Have a good day too. 👍

  • @sammarayash-j2n
    @sammarayash-j2n 2 місяці тому

    thanks so much it was helpfull :))))))))))

  • @doniaelfouly4142
    @doniaelfouly4142 Рік тому

    Thanks

  • @theisoj
    @theisoj Рік тому

    Thanks Kyle as always! 👍

  • @irun_mon
    @irun_mon Рік тому

    I'm literally just learning OOP in PHP and im glad to know that JS also has this, so i have the idea if i'll learn this later in JS class

    • @internetexplorer7880
      @internetexplorer7880 Рік тому +1

      Almost all programming languages have functions

    • @irun_mon
      @irun_mon Рік тому +1

      @@internetexplorer7880 I do know now, i just started couple months ago with basic web dev, now I'm learning PHP and JS but just the basic first like DOM

    • @daleryanaldover6545
      @daleryanaldover6545 Рік тому

      goodluck to your endeavours

    • @irun_mon
      @irun_mon Рік тому +1

      @@daleryanaldover6545 Awww thank you, you too. it's rare to find nice people on internet, i usually get bullied lol

    • @raven.4815
      @raven.4815 Рік тому

      Hey! Good luck out there!

  • @t1germetal
    @t1germetal Рік тому

    Thanks for another great video, Kyle. I've learned so much just watching your videos and trying it out in my own code, please keep it going, man!

  • @beatsbyzayy
    @beatsbyzayy 4 місяці тому

    Amazing video

  • @stachowi
    @stachowi Рік тому

    loved this

  • @fase8729
    @fase8729 6 місяців тому

    Thx

  • @Salamaleikum80
    @Salamaleikum80 Рік тому

    Is there a way to use functions oldschool? Like not as objects?

  • @altzkeira
    @altzkeira 2 місяці тому +1

    PLEASE SOMEONE EXPLAIN THIS TO ME😢😢😢😢😢
    It keeps saying type error:document.getelementbyId is not a function(In 'document.getelementbyId("mycheckbox")',document.getelementbyId'is undefined)

  • @NotesandPens-ro9wx
    @NotesandPens-ro9wx Рік тому

    I would love if you land on flutter too :)

  • @keymodded3679
    @keymodded3679 Рік тому +2

    amazing content, keep it up :D

  • @devperatetechno8151
    @devperatetechno8151 Рік тому

    hey, greetings could you explore qwik in the near future?

  • @obinazovibezzz2548
    @obinazovibezzz2548 7 місяців тому

    thanks!!!

  • @Mikemestergaming
    @Mikemestergaming Рік тому

    This good stuff mayne

  • @AlThePal78
    @AlThePal78 Рік тому

    I just want to say happy belated birthday 🎂

  • @atishchandole
    @atishchandole Рік тому

    Arrow function is good or simple function ?

  • @WorldRankMoba
    @WorldRankMoba Рік тому

    Do you have any content about VueJs?

  • @ashwinsuryawanshi
    @ashwinsuryawanshi Рік тому

    Please create a video on JavaScript Proxy

  • @sivaramagupta
    @sivaramagupta Рік тому

    Hi There, how your code give results on browser, if you have the video for that please share

  • @hardeepchhabra450
    @hardeepchhabra450 Рік тому

    1 more thing you could've covered in this is that instead of return, If you yield, it will run even after it exits.

  • @_MrCode
    @_MrCode Рік тому

    Have a tutorial on React Is A Backend Framework Now

  • @solvedfyi
    @solvedfyi Рік тому

    Video would have been improved by sticking with the sayHi example for passing in parameters before moving over to the sum numbers

  • @bla156
    @bla156 Рік тому

    I wonder if this is right video for this audience (regular viewers). It's like watching YT video about how to watch YT video🙂.

  • @andyackon2743
    @andyackon2743 Рік тому

    am just waiting for the day you will play that guitar in the background

  • @heinzerbrew
    @heinzerbrew Рік тому

    When he started off the "why use functions" with console.log() I thought he would mention built in functions

  • @amirrezazada7491
    @amirrezazada7491 Рік тому

    Sir, I have followed lots of tutorial on javascript but the problem is that I don't know where to add javascript on my projects.

  • @SuperCryingdevil
    @SuperCryingdevil Рік тому

    is there a react typescript tutorial? or something more advanced ?

    • @anshulanand02
      @anshulanand02 Рік тому

      Yes he has projects with react + TS like this ua-cam.com/video/-ONUyenGnWw/v-deo.html

  • @ArielZab
    @ArielZab Рік тому

    Do one one classes

  • @GR_BackingTracks
    @GR_BackingTracks Рік тому

    This is very helpful with the basics of how functions are born, but 7:43 and the next 8 seconds don't seem logical or explanatory to me:
    "Return puts the value inside the variable of that function", and yet you're simultaneously highlighting a newly-created variable (const) that is outside of the function you're referencing...

  • @4chillingout
    @4chillingout 3 місяці тому +1

    I have 15 years experience at java script

    • @hma201
      @hma201 Місяць тому

      Ehm ...... Good for you ? Gimme some advice,what are you doing now in life ? Don't leave me with just 15yr of experience

  • @christdolphin69
    @christdolphin69 Рік тому

    what is an EXspecially

  • @Justin-x106b
    @Justin-x106b Місяць тому +1

    Mmm once again can anybody explore me what's the right usage of a return keyword 👉🏻👈🏻??

    • @ZubbyXp
      @ZubbyXp 14 годин тому

      Used to end a function execution and return a specified value to the caller

  • @achyutrastogi8080
    @achyutrastogi8080 Рік тому

    You should add a BASIC tag to the title, so that advanced users know we can watch it at 1.5 speed.

    • @inonaraphael
      @inonaraphael Рік тому

      Annoying creature, u cant figure out by urself? Read the title again.

  • @alyssadevelops
    @alyssadevelops Рік тому

    🙌🏼🙌🏼🙌🏼🙌🏼🙌🏼

  • @Nodsaibot
    @Nodsaibot Рік тому

    thought he would include anonymous and self calling funcs

  • @gorkemtr
    @gorkemtr Рік тому

    we need advanced tutorial

  • @mayankcharan1688
    @mayankcharan1688 Рік тому

    ❤❤❤❤india

  • @WitchDimension
    @WitchDimension 6 місяців тому

    lol the way he moves his head when he is talking 😂🤣

  • @hassanallen1823
    @hassanallen1823 Рік тому

    3>

  • @thekwoka4707
    @thekwoka4707 Рік тому

    I was expecting a 10 minute video to at least mention a single thing about functions that isn't "baby's first function"

  • @AntarikshRajkonwar
    @AntarikshRajkonwar 4 місяці тому

    16/6/24 3:21am

  • @soumelee5661
    @soumelee5661 5 місяців тому

    00:04 Functions are important in JavaScript and learning them can be difficult for beginners
    01:19 Create a function in JavaScript to perform a specific task.
    02:30 A function stores and executes code when called.
    03:40 Functions in JavaScript can take logic and code that is used repeatedly and put it in one place for easy reuse and modification.
    04:49 Passing variables in a function
    06:02 Understanding functions and return values in JavaScript.
    07:12 Using the return keyword in a function
    08:27 console.log is a function in JavaScript
    Crafted by Merlin AI.

  • @smoothartist8987
    @smoothartist8987 Рік тому

    Uiu

  • @anastasiao4036
    @anastasiao4036 5 місяців тому

    Me who's been coding for months but never knew what I was doing was called a function until now because it uses the keyword void in my c++ game mod: ah, yes, I see.

  • @112miecio
    @112miecio Рік тому

    bro... slower

  • @MrLethal7
    @MrLethal7 Рік тому +1

    Thank you 💛💙

  • @ridl27
    @ridl27 Рік тому

    strange to see tutorials like this here lol :D

  • @SpaceMarine113
    @SpaceMarine113 Рік тому

    i always like when he says "eXpecially" . Maybe he started doing it on purpose at this point, i wouldn't be surprised.

  • @WitchDimension
    @WitchDimension 6 місяців тому

    Jesus christ, I almost downloaded a 1hour :30minute video to learn this sameconcept thank god I looked for something shorter, only 3 minutes in and already know more about functions than 6 minutes in that damn video 🥲😮‍💨😭I really wish the tech ppl didnt troll with long ahs explanations to things that are like 3 paragraphs worth of explanations