Functions in JavaScript | JavaScript Tutorial in Hindi #11

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

ความคิดเห็น • 604

  • @CodeWithHarry
    @CodeWithHarry  2 ปีที่แล้ว +410

    Next video se full serious.
    No Circus!

  • @extreme_spices365
    @extreme_spices365 2 ปีที่แล้ว +298

    He is not giving free knowledge He is getting blessings of us

    • @muneeb.hk1
      @muneeb.hk1 2 ปีที่แล้ว +6

      Yes

    • @ent4ever30
      @ent4ever30 2 ปีที่แล้ว +11

      No he is earning a good amount

    • @Muneeb00786
      @Muneeb00786 2 ปีที่แล้ว +26

      @@ent4ever30 it takes lot of time to make these videos, he has to plan how to explain everything and all the editing takes time (and money if he is hiring someone to do it). We should be grateful we getting everything for free.

    • @Vishal-il2mz
      @Vishal-il2mz 2 ปีที่แล้ว +3

      @@Muneeb00786👍

    • @rahulbaghel1680
      @rahulbaghel1680 2 ปีที่แล้ว +13

      @@ent4ever30 tu b kama le bhai.. Mahnt kra h wo kamayega hi or hm dekhege taki wo or kamaye

  • @abhiwryt552
    @abhiwryt552 ปีที่แล้ว +12

    let a = prompt("Enter the number")
    a = parseInt(a)
    function cuberoot (x){
    console.log("done")
    return Math.round(x **(1/3))
    }
    console.log(" Cuberoot of " + a + " is " + cuberoot(a))
    Yeah hai cuberoot nikalne ka code and without math round jyadatar answers decimal mein aa rahe the . Thanks Harry bhai for this lesson ❤

  • @shubhankarbajpai7596
    @shubhankarbajpai7596 2 ปีที่แล้ว +13

    I started watching this tutorial on the day it started but then I saw some other videos of yours and then decided to learn html and css first... so I watched ur other two tutorials of html and css... I also made 2 basic websites using the knowledge I gained from those videos.... and now to continue forward I feel the need to learn js again and so i continued on this tutorial again...!!! and I plan to learn as much as possible before i get into my btech college.
    Thanks a lot harry sir... It's all possible bcz of you🥰

  • @neerajbhatt3153
    @neerajbhatt3153 2 ปีที่แล้ว +176

    In this World of paid courses Harry Bhai giving us free quality education Harry Bhai is blessing for us

  • @CodeWithHarry
    @CodeWithHarry  ปีที่แล้ว +16

    Code Backup Repository: github.com/CodeWithHarry/ultimate-js-course-youtube

  • @kushalbatra7151
    @kushalbatra7151 7 หลายเดือนก่อน +5

    Harry bhai , I was always confused about how to use functions in JS , but after watching your video , it made my concepts super easy and understandable , kudos to you and your methods !! love u and i rely on u for my knowledge which I need to be a successful software developer !

  • @kushagrajuyal9361
    @kushagrajuyal9361 2 ปีที่แล้ว +6

    //6:19
    let numb1=prompt('What is the number? [total]')
    let numb2=prompt('By what number you got?')
    p=Number.parseInt(numb1)
    g=Number.parseInt(numb2)
    function opt(g){
    return g*100/p
    }
    console.log('Your Percentage is',opt(g))

  • @himanshubarman3920
    @himanshubarman3920 2 ปีที่แล้ว +15

    Code with Harry Bhai is the soul of beginners in coding tqsm for fabulous session sir best ever ☺️☺️☺️👍👍👍🎉🎉🎉

  • @ahsanibrar
    @ahsanibrar 2 ปีที่แล้ว +5

    Ek hi dill hai harry bhai kitni baar jeeto gay🥺💖

  • @soorajvishwakarma7832
    @soorajvishwakarma7832 2 ปีที่แล้ว +3

    Please make spring spring boot hibernate tutorial
    Thanks for educating

  • @Living_Cosmos
    @Living_Cosmos ปีที่แล้ว

    Sir aap bohot accha explain karte ho. Ekdam makkhan k tarah smooth 🙂 samajh ata hain. Python pura samjha aapse. Thank you Sir 🙏🏻

  • @sarthak12
    @sarthak12 2 ปีที่แล้ว +4

    Thanks harry bhai for providing us such paid course for free I'm very thankful to you your are one of the good soul you are the best. I m also following your web dev course

  • @mridulghoshshanto5472
    @mridulghoshshanto5472 2 ปีที่แล้ว +9

    I learnt HTML CSS from Harry vhai video then i search for Javascript Course then i got this... I cannot Explain how much i was happy when i got this Course...!! 🥺
    Thank Youh Harry vhai.... Love From Bangladesh 🌻

  • @arman6986
    @arman6986 2 ปีที่แล้ว +1

    I only follow codeWithHarry the best channel for Devs Thank you soo much bro

  • @learncseasily3385
    @learncseasily3385 2 ปีที่แล้ว +3

    Those who already familiar with other Programming languages like c ,c++ its very easy for them...,
    I am watching this on 1.75x completed 10+ videos in half and hour

  • @soulSynthRecords
    @soulSynthRecords 2 ปีที่แล้ว

    Bhaiya maine java,c,Android Developer ye sab sikliya aap ne jo video banaye the really it help me a lot thanks u so much bhaiya or aab mai Python and DSA bhi karne wala hu 😊😊

  • @Gamer_0057
    @Gamer_0057 2 ปีที่แล้ว +13

    This is the example that shows - PREMIUM QUALITY DOESNT REQUIRES PREMIUM MONEY

  • @suvajit4790
    @suvajit4790 2 ปีที่แล้ว +2

    Sir Abhi abhi me apka css tutorial dekh raha tha 😊
    Thank you sir ❤️

  • @ahmadarslan75
    @ahmadarslan75 ปีที่แล้ว

    Sir Haris Ali Khan Allah apko khush Rakhy knowledge share kar rahy ho ap Bohat Acha kam kar rahy hy ap well done

  • @TheMarketingMan4U
    @TheMarketingMan4U 2 ปีที่แล้ว +12

    Coding Challenge #javascriptFunctions
    Challenge 1
    Create a function expression with mainFunc as the variable name, which takes only one parameter of function type and calls that function inside the mainFunc.
    Hint: create a secondary function that has a simple console.log method with any string.
    Challenge 2
    Create a function addNum which takes 2 parameters. The first is an integer value and the other is a function type parameter. When addNum is invoked(called), it should return the sum of the first parameter and the return value from the second parameter(which is 10 here).
    Hint: the second function should return 10.
    Challenge 3
    Given an array of cars manufacturers whose values are given below. The array doesn’t have uniformity in the values. Create a function that takes the manufacturers as a single parameter returns an object having 2 keys ‘allLowerCase’ and ‘allUpperCase’ whose values are processed values in lower case and upper case respectively.
    manufacturers = ['audi', 'BMw', 'ForD', 'mG', 'tata', 'MAHINDRA'];

  • @PrayagKareliya
    @PrayagKareliya 5 หลายเดือนก่อน

    First time i am enjoying the Learning Coerce Online. 💝

  • @surajdubey4484
    @surajdubey4484 2 ปีที่แล้ว +2

    Thank You Harry Bhai. I'm totally depend on this JavaScript course for my minor project.

  •  2 ปีที่แล้ว +2

    Thank you so much harry bhai🥺 from west bengal

  • @PremisLiveYT
    @PremisLiveYT 2 ปีที่แล้ว +1

    Maja aaya 🤩🔥🔥 love From Odisha ❤️🇮🇳🔥🔥

  • @dywa_varaprasad
    @dywa_varaprasad 2 ปีที่แล้ว +2

    ads on HarryBhai's tutorials they say "please don't skip this ad"
    what we say "we'll never skip any ads because of Harry Bhai 🥳🥳" 🤗🤗

  • @valorantaccount462
    @valorantaccount462 ปีที่แล้ว +6

    I'm here after the newest python series completion, I must say it was a great choice to learn python as it's making js little easier else i can imagine how hard would it be.

  • @jrdillip
    @jrdillip 2 ปีที่แล้ว

    Majburi main suru kiye the Ab maja aa raha he❤️❤️

  • @shivamtiwari4293
    @shivamtiwari4293 2 ปีที่แล้ว +1

    Knowledgeable👍👍👍 Thanks for making this JavaScript course🙏🙏🙏

  • @dedenrizal8939
    @dedenrizal8939 ปีที่แล้ว

    thank for your free knowledge ,the material is easy to understand

  • @rakib_bhai74
    @rakib_bhai74 2 ปีที่แล้ว

    Bahut hi mzaa aa raha hebhauuuuuuuu
    Love from heart 😍😍😍

  • @Penpaper234
    @Penpaper234 11 หลายเดือนก่อน

    0:00 Basics of functions
    1:05 Intro
    1:12 Functions
    12:40 Summary
    13:02 End time discussions

  • @AVCinemax014
    @AVCinemax014 ปีที่แล้ว

    Your Method of teaching and explaining is very nice thanks

  • @jonrad85763
    @jonrad85763 2 ปีที่แล้ว

    Sir apke vajah se me exams pass hua mene toh umid hi chod di thi thank you so much your work is highly appreciated

  • @vansh1190
    @vansh1190 2 ปีที่แล้ว +4

    Day 11 #100DaysOfCode with CODEWITHHARRY,
    Javascript,
    Functions defination,declaration,call(),arrow functions.

  • @ShaheenShaikh22028
    @ShaheenShaikh22028 8 หลายเดือนก่อน

    Amazing explaination,Harry Bhai👍

  • @Android-17
    @Android-17 ปีที่แล้ว

    Ultimate #Javascript 🔥

  • @rinkalsathwara6270
    @rinkalsathwara6270 ปีที่แล้ว

    You are awesome Harry. your teaching style is very unique and different. I m not bored even for couple of second.😊

    • @fareehaliaqat9627
      @fareehaliaqat9627 ปีที่แล้ว

      if you have downloaded javascript notes than plz share it can't be downloaded by website plzzzzzz

  • @zenxoft
    @zenxoft 2 ปีที่แล้ว +1

    This is a very powerfull course

  • @mohdatif5543
    @mohdatif5543 2 ปีที่แล้ว +4

    Please make one complete video on python intermediate(along with detailed OOPs concept)

    • @AmirKhan-wm8jo
      @AmirKhan-wm8jo 2 ปีที่แล้ว +2

      Fees kitni di Hui AAPNE immediately

  • @zeeshan9991
    @zeeshan9991 2 ปีที่แล้ว

    Haris bhai mza krwa deya 😊👍

  • @sufianzulfiqar8793
    @sufianzulfiqar8793 2 ปีที่แล้ว +1

    Thanks Harry Bhai ❤️ we need more videos 🙏

  • @stith_pragya
    @stith_pragya ปีที่แล้ว

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

  • @D_Vlogs13
    @D_Vlogs13 2 ปีที่แล้ว +1

    Amazing video 📸 thanku ❣️

  • @yogeshparmar7676
    @yogeshparmar7676 2 ปีที่แล้ว +1

    Best explanation 😀😀🔥

  • @shabby_official8978
    @shabby_official8978 2 ปีที่แล้ว +2

    Best course ❤️

  • @sayantan-bal
    @sayantan-bal 2 ปีที่แล้ว +2

    Amazing course! ❤️

  • @AnkitKumar-rm9xo
    @AnkitKumar-rm9xo ปีที่แล้ว

    Not Skiping adds for you Harry Bhai❤

  • @ayushmodi1699
    @ayushmodi1699 ปีที่แล้ว +1

    Very good lecture 👏

  • @LovepreetKumar-us6gw
    @LovepreetKumar-us6gw 2 หลายเดือนก่อน

    Thanks buddy, You are amazing!

  • @samuelfrank1369
    @samuelfrank1369 5 หลายเดือนก่อน

    Thanks a lot for these videos.

  • @uttrakumar8891
    @uttrakumar8891 2 ปีที่แล้ว +1

    Eagerly Waiting for the next amazing , interesting and awesome topic ! Harry Bhai 🥰🥰

  • @BhartiSingh-ns6hj
    @BhartiSingh-ns6hj 6 หลายเดือนก่อน

    Thank you Harry Bhai ❤

  • @nageshwarsharma3941
    @nageshwarsharma3941 2 ปีที่แล้ว

    let first = prompt("enter the value of first number");
    first = +first;
    let second = prompt("enter the value of second number");
    second = +second;
    let third = prompt("enter the value of third number");
    third = +third;
    let fourth = prompt("enter the value of fourth number");
    fourth = +fourth;
    let total = first + second + third + fourth
    function avg() {
    return total / 4
    }
    console.log(avg());

  • @SciencewithIrfan
    @SciencewithIrfan ปีที่แล้ว +1

    Finally, if JavaScript doesn't have console.tullu, I will make my own.
    function console_tullu(text) {
    console.log(text)
    }
    console_tullu("TEXT")

  • @SunehraTabassum-sx2dh
    @SunehraTabassum-sx2dh 5 หลายเดือนก่อน

    Best course on java😇

    • @rafayking14
      @rafayking14 3 หลายเดือนก่อน

      script*

  • @sadanandsinghchauhan8811
    @sadanandsinghchauhan8811 2 ปีที่แล้ว +5

    Thank you, sir!
    blessed to have you as my teacher.
    will never be thankful enough

    • @hiraimtiaz9238
      @hiraimtiaz9238 2 ปีที่แล้ว

      Return ka concept clear Kar dein plz

  • @ShivamKumar-ie1je
    @ShivamKumar-ie1je 2 ปีที่แล้ว

    after watching video for 2nd time help me to understand much better that how to work function.

  • @ankitchopra6393
    @ankitchopra6393 ปีที่แล้ว

    Ye roop kahatrnaak h haary bhai ka 😂😂👍👍

  • @AmitKumar-xx7zj
    @AmitKumar-xx7zj ปีที่แล้ว

    This is the best JS course

  • @june_uze
    @june_uze 2 ปีที่แล้ว +1

    Thank you so much sir 💘
    What an amazing course 💙🥰🌹

    • @arzankhan9047
      @arzankhan9047 2 ปีที่แล้ว

      yeah its very amazing course

  • @purbapal2144
    @purbapal2144 2 ปีที่แล้ว

    You are The Best Harry Bhai ❤️✨

  • @vishusharma2528
    @vishusharma2528 2 ปีที่แล้ว

    Thank you sir 😍😍Your Video is to helpful.

  • @Peaceworld-xb7fo
    @Peaceworld-xb7fo ปีที่แล้ว

    I cracked the code for making an bmi calculator while seeing this
    Thanks harry bhai

  • @shahzadsheikh1459
    @shahzadsheikh1459 2 ปีที่แล้ว

    Bhot He Alaa....Next Level

  • @Mayaz_hassan
    @Mayaz_hassan ปีที่แล้ว +1

    Nice course yrr❤

  • @priyanshutyagi_02001
    @priyanshutyagi_02001 ปีที่แล้ว

    Thankyou harry bhai❤

  • @kaifansari1327
    @kaifansari1327 2 ปีที่แล้ว

    i don't know ki apka code kese run kiya but you are to good love you harry bhai

  • @pratyushghosh-8025
    @pratyushghosh-8025 2 ปีที่แล้ว +1

    Very helpful ☺️👍

  • @arkaadhikarivlog7719
    @arkaadhikarivlog7719 2 ปีที่แล้ว

    Mind blowing cource 👍

  • @spoken_english_chasses
    @spoken_english_chasses ปีที่แล้ว

    function onePlusAvg(x, y) {
    return 1 + (x + y) / 2;
    }
    const sum = (a, b) => {
    return a + b;
    }
    let a = 2;
    let b = 5;
    let c = 6;
    console.log("Average of a and b is ", onePlusAvg(a, b))
    console.log("Average of c and b is ", onePlusAvg(c, b))
    console.log("Average of a and c is ", onePlusAvg(a, c))
    console.log(sum(9, 7))

  • @riteshbhandari7607
    @riteshbhandari7607 2 ปีที่แล้ว

    Your's teaching method ist too good for easy to learn ,we are so thank full harry bhaii❣️😊

  • @HasanJafer-so4id
    @HasanJafer-so4id 2 ปีที่แล้ว

    function binod nice harry bhai....

  • @Nilprachi07
    @Nilprachi07 8 หลายเดือนก่อน

    You are best ❤

  • @VidyaYug9
    @VidyaYug9 2 ปีที่แล้ว +1

    The King Of His Field 👑

  • @vaibhavchauhan000
    @vaibhavchauhan000 2 ปีที่แล้ว

    Amazing explanation of function thank you and love you harry sir❤❤

  • @Jimil_soni
    @Jimil_soni 2 ปีที่แล้ว

    Sir roj wait karta hu aapke video kaa

  • @priyankarkoley
    @priyankarkoley 2 ปีที่แล้ว

    HARRY VAAI.... TYPE-SCRIPT KA BHI EK COURSE BANA DO... plzzz🔥
    BTW.. BIG FAN❤️

  • @liamliam1820
    @liamliam1820 2 ปีที่แล้ว

    may god bless you a long and healthy life
    our blessing is with you!!!!

  • @anandgurugramwala
    @anandgurugramwala 2 ปีที่แล้ว

    Thank-you So much Bhai 🙏🙏🙏🙏

  • @rohankumawat2870
    @rohankumawat2870 2 ปีที่แล้ว

    You are nice video editor also 😘😘

  • @studywithroman1997
    @studywithroman1997 ปีที่แล้ว

    ❤❤❤ mash allha nice tutorial so thank you sir

  • @latestnewhollywoodandbolly2229
    @latestnewhollywoodandbolly2229 2 ปีที่แล้ว

    You are awesome and your knowledge is mind blowing.

  • @sahilanand30
    @sahilanand30 2 ปีที่แล้ว

    Indeed the best js series 🔥

  • @nexttheoperator5985
    @nexttheoperator5985 2 ปีที่แล้ว +2

    good gob sir...
    i think.. i should start the teaching in nepal.. in nepali langauge .

  • @amishkumar7184
    @amishkumar7184 2 ปีที่แล้ว +22

    Who all love this when Harry Bhai uses pure Hindi while teaching 😁😁 "Aadhunik JavaScript" 😂😂❤❤

    • @hassankaleem447
      @hassankaleem447 2 ปีที่แล้ว +1

      O Yar adhunic ka Kya mtlb hota h ??

    • @amishkumar7184
      @amishkumar7184 2 ปีที่แล้ว +2

      @@hassankaleem447 Adhunik means Modern

    • @sameerkun
      @sameerkun 2 ปีที่แล้ว +1

      @@amishkumar7184 Thank you brother

  • @mahendrajain566
    @mahendrajain566 2 ปีที่แล้ว

    Harry bhaiya plss Android development with Java ki ek complete playlist nikalo plsss 👍❤️

  • @TheSquareClasses
    @TheSquareClasses 2 ปีที่แล้ว +1

    Thank you sir for such an awesome lecture

  • @mutayyab01
    @mutayyab01 2 ปีที่แล้ว +1

    Amazing 🤩🤩

  • @mtykfunstudio9297
    @mtykfunstudio9297 10 หลายเดือนก่อน

    Hello Harry bhai , Kindly also explain pass by value and pass by reference in functions .

  • @Trickstershub
    @Trickstershub 2 ปีที่แล้ว

    THIS TAIWID CSS COURSE IS HELPFULL...................😉😉😉😉😉😉😉😉😉😉😉

  • @usmansidd1
    @usmansidd1 2 ปีที่แล้ว

    3 month ago but circus really going awesome yet.
    Harry Bhai Ummmmmm

  • @PinkyShaw0
    @PinkyShaw0 2 ปีที่แล้ว +1

    Sir, AI ke bareme koi video banaiye jaise GPT 3 kya hai, ise kaise use kare etc.

  • @amansaini9873
    @amansaini9873 ปีที่แล้ว

    harry bhai apne pc ki looks dekhao , desk setup video bnao ... plz..

  • @theshorttrip008
    @theshorttrip008 ปีที่แล้ว

    jo be ho lakin Harry Bhi ke bath alagh ha jo bhi knowledge ha bhi ka sath totataly wahi bata raha ha bohot say logh kuch has baty bhi batatay or sab kay samna ghalte karta ha phr sahi be karta baki logh ghalte wala scene kat daytay ha LOVE from Pakistan hope you visit

  • @amantiwari8316
    @amantiwari8316 2 ปีที่แล้ว

    It was very useful video 🙂

  • @bishwayanavik7073
    @bishwayanavik7073 11 หลายเดือนก่อน

    Thanks 🙏🏻

  • @techmate2890
    @techmate2890 2 ปีที่แล้ว

    Thanks harry bhai 🙏

  • @jeelpatel4121
    @jeelpatel4121 ปีที่แล้ว

    const factorical=(n)=>{
    if(n == 1){
    return 1;
    }
    return factorical(n-1)*n;
    }
    console.log("Factorial Of 5 is: ",factorical(5));

  • @Manav_Verse
    @Manav_Verse ปีที่แล้ว

    09:50 This is example of Arrow function