Functions and parameter in javascript | Hindi

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

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

  • @Sumitpatel-ww4ny
    @Sumitpatel-ww4ny ปีที่แล้ว +79

    Hitesh you not only teach, you show the behind scenes basic things is amazing to learn the JS. Thanks a lot.

  • @joyguha6217
    @joyguha6217 ปีที่แล้ว +37

    why pay for Udemy when you have a kind person like Hitesh sir.. trust me I have more than 2 yrs of IT exp , I have watched lots of videos from YT udemy etc, but no one can beat Chai aur code. You are a gem

  • @Vikram_Singh_CS
    @Vikram_Singh_CS ปีที่แล้ว +37

    अदभुत, अतुलनीय, 7 करोड़ मूल्य की सामग्री।
    धन्यवाद हितेश

    • @akshaykumar192
      @akshaykumar192 4 หลายเดือนก่อน +3

      Dadaji aap bhi coding karte hai ?

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

      @@akshaykumar192 😂

    • @dn-lofi192
      @dn-lofi192 3 หลายเดือนก่อน

      @@akshaykumar192 😂😂

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

      @@bhushannargolkar hn n 🤣

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

      @@dn-lofi192 😅🤣

  • @boomaboom6458
    @boomaboom6458 ปีที่แล้ว +19

    excellent sir confidence build ho raha hai bahut khushi ho rahi hai

  • @kishansunar-ri6jl
    @kishansunar-ri6jl ปีที่แล้ว +137

    1.50 lakh per month in hand all because of you wo bhi iss layoff main muje laga kabhi job hi nahi hogi market main per sab galat ho gaya finallay im earn in lakh wo bhi per month thankyou sir ji thankyou .

    • @SubhranilChakraborty
      @SubhranilChakraborty ปีที่แล้ว +10

      Bro share your linkedin

    • @Akash_Yadavv1
      @Akash_Yadavv1 ปีที่แล้ว +7

      Please share our linkdin

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

      Bhai Hamare Bhi Help Kar Do Please

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

      Bro, is it your first job? You joined as a fresher?

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

      Bhai konsi company me kam karte ho

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

    None of the university or institution will teach like this..much Appreciated ❤

  • @KNOWLEDGEBLE01
    @KNOWLEDGEBLE01 7 หลายเดือนก่อน +9

    Bhaiya
    Mene aur b channel's k videos dekhe hai
    But Aaj phli bar aapki y video dekhi
    Aur mujhe properly smjh aayi + bhut si additional chize b pta chli
    Jo kisi aur channel's m niiiii dekhne ko mili
    From today ❤
    Console.log("You are my best unrated & favourite teacher")
    Love you sir 💯

  • @PookieThisSide-d9c
    @PookieThisSide-d9c ปีที่แล้ว +31

    I have learnt js 2 times before but when i started learning from you it was very different as i am able to grasp each and every Statement you are saying ... 🙏Which is going to be a plus point for boosting my confidence level❤ thank you

    • @Piyush_Sharma--
      @Piyush_Sharma-- ปีที่แล้ว +3

      I did not understand the concept of functions basic by code witt harry and i really learned in 1 hour with this video

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

      @@Piyush_Sharma-- code with harry is like a crash course, don't go there if you are beginner

    • @PookieThisSide-d9c
      @PookieThisSide-d9c ปีที่แล้ว

      @@tapsp5845 go with this or coder dost channel

    • @MrAziz-kp5cz
      @MrAziz-kp5cz ปีที่แล้ว

      mtlb dimaag kam h tmhra

    • @Piyush_Sharma--
      @Piyush_Sharma-- ปีที่แล้ว

      Yes bro i know only functions in bhai se sikha hai@@PRITESHKRSRV

  • @Ravikant_.dhakad
    @Ravikant_.dhakad หลายเดือนก่อน +4

    Sir Aapki chai aur JavaScript series se kafi confidence boost mila he , thank you sir 🙏

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

    🎯 Key Takeaways for quick navigation:
    00:13 📚 *Exploring detailed aspects of script functions; practical insights on why and how to write functions for better understanding in React development.*
    00:41 🧠 *Functions are crucial in JavaScript; understanding them involves more than just reading, including memory management and how functions establish their scope.*
    01:10 🖥️ *Demonstrating code creation in a new folder, emphasizing the importance of understanding and subscribing to the video series for practical aspects of JavaScript.*
    01:55 🤝 *Highlighting the importance of support and sharing as crucial for the success of the series, beyond even LinkedIn support.*
    02:22 🔄 *Simplifying the concept of functions, comparing them to packages that can be easily reused, emphasizing the efficiency gained in reducing redundancy.*
    02:52 📝 *Easy method for reducing redundancy with functions; writing functions involves using the function keyword, providing a name, and defining the function scope.*
    03:20 📝 *Functions in JavaScript are defined using the `function` keyword, followed by the function name and parentheses.*
    03:34 🔄 *To execute a function, use parentheses with or without parameters after the function name.*
    03:48 🚀 *Executing a function is essential to make it run; the reference alone is not sufficient.*
    04:03 🧭 *Running a function is demonstrated using a simple example in a JavaScript file.*
    04:16 📜 *Proper formatting of function code is crucial for clarity and consistency.*
    04:31 🛠️ *Adding comments within the function code helps explain its purpose and functionality.*
    04:44 ➕ *Creating a basic function that adds two numbers in JavaScript.*
    04:58 🖨️ *Demonstrating the importance of including a `return` statement in a function.*
    05:12 📊 *A simple function to add two numbers is executed, showcasing the result.*
    05:26 🖊️ *Lowercasing function names for consistency and clarity in code.*
    05:40 📄 *Using comments within the function code to explain its purpose and usage.*
    05:55 🚨 *Handling scenarios where function arguments are not provided by the user.*
    06:08 🔄 *Demonstrating the function's mathematical operation with user-provided arguments.*
    06:22 💡 *JavaScript requires careful handling of user input, considering potential issues like non-numeric input.*
    06:37 🔄 *Understanding type conversion in JavaScript. The speaker discusses a scenario with the value 34, highlighting the importance of checking data types before performing operations.*
    07:06 🛠️ *When working with functions, it's crucial to check the data types of parameters before executing logic. The speaker emphasizes the need to validate data types before adding or performing other operations.*
    07:36 🔄 *Clarifying the terminology: Parameters are the inputs when defining a function, while arguments are the values passed when calling the function.*
    08:02 📊 *Demonstrating the interesting concept of functions in JavaScript, where the output can be stored in a variable for further use.*
    08:29 🧐 *Highlighting a common mistake: Printing a value in the console doesn't necessarily mean that the function is returning that value. The concept of return values and console output is clarified.*
    09:11 🔍 *Emphasizing the distinction between printing to the console and returning a value. The speaker explains that console printouts do not equate to the function returning a value, emphasizing the concept of return statements.*
    09:25 📝 *Advising viewers to make notes and comments in their code for better understanding, emphasizing the importance of documentation for programming.*
    09:39 📜 *Declaring a variable named "result" and adding a number to it inside the function.*
    09:53 🔄 *Using the "return" statement to return the result along with appended keywords after executing the function.*
    10:07 🚫 *Avoiding execution of subsequent code after the return statement due to the function's default behavior.*
    10:21 ⚙️ *Explaining that the function named "hitesh" won't execute because of the default behavior of the return statement.*
    10:36 🔒 *Demonstrating that code after the return statement doesn't execute; introducing the concept of unreachable code.*
    10:49 🔑 *Removing the "lock" by commenting out the code; an alternative way to handle the return value directly without declaring a variable.*
    11:04 🧹 *Simplifying the code by directly returning the result without declaring a variable.*
    11:18 📊 *Highlighting the difference between declaring variables inside and outside the function; demonstrating an alternative approach by commenting out the code.*
    11:32 🎯 *Introducing the concept of scope and explaining how declaring a variable outside the function differs from declaring it inside.*
    11:46 🧠 *Summarizing the basic understanding of functions, return values, and a brief overview of scope.*
    12:40 📝 *Creating a new function named "login" to display a message after successful login.*
    13:11 🔄 *Explaining the use of backticks for variables and using the `just log in` statement.*
    13:43 🤔 *Demonstrating how to pass arguments to a function and update values inside the function.*
    14:10 🖨️ *Emphasizing the importance of printing or storing the returned value of a function for effective execution.*
    14:53 ❓ *Handling the case when a function returns undefined, emphasizing the importance of checking for undefined values before further actions.*
    15:19 🧐 *Introducing the use of an if statement to check whether a value is defined before executing code, improving error handling.*
    16:15 🔄 *After writing a return, subsequent code won't execute in the block. Use an `else` statement to handle additional actions.*
    16:41 ⚙️ *In professional code, execution depends on a situation being `true`. Using `!` (exclamation mark) converts `true` to `false` and vice versa.*
    17:11 ❓ *Understanding the concept of "truthy" and "falsy" values is crucial. Empty strings, undefined, and others are falsy; everything else is truthy.*
    17:51 🚦 *Avoid unnecessary code execution with default parameter values. Provide a default by using the assignment operator `=` in the function's parameters.*
    18:32 🛠️ *Handle scenarios where a parameter may not be defined by setting a minimum value, ensuring smooth code execution without errors.*
    Made with HARPA AI

  • @Neerajsingh-on6vu
    @Neerajsingh-on6vu ปีที่แล้ว +6

    Yes sir ye TH-cam ki sabse best series hai itne acche kash mere coaching Wale padha dete 😂

  • @AnkitAnkit-js6hd
    @AnkitAnkit-js6hd ปีที่แล้ว +8

    No one teaches like this nowadays, they just touch the topic surface and teach us the syntax and some normal things in and out. But you give us your experience and this makes your teaching so well explained and understandable and knowledgable.

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

      but bro have leant from apna college (shakshi ma'am) she also teach us very well,she also start with the bottom of the topic

    • @AnkitAnkit-js6hd
      @AnkitAnkit-js6hd ปีที่แล้ว

      To idhar kya kar raha hai wahaan jaa naa@@janisharakhtar5856

  • @TravelerrrW
    @TravelerrrW 4 หลายเดือนก่อน +2

    This playlist is soo good that i dont feel like to turn of my laptop even after continuous 6-8 hours of coding

  • @parmjeetmishra2
    @parmjeetmishra2 ปีที่แล้ว +36

    I didn't have much confidence in JS, But now i am very confident. Thank you sir . This series is very amazing.

    • @chaiaurcode
      @chaiaurcode  ปีที่แล้ว +24

      Thanks, that’s what I wanted

    • @kishanyt.7610
      @kishanyt.7610 ปีที่แล้ว

      How to make notes??...for tutorial?

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

      Bro please explain return function to me in hindi maine ye video 7 8 baar dekh li phir bhi samjh nahi a raha please bro 😢

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

      @@nadexvaibhav57892 Please ap yh btaye ap kis topic m issue aa raha hai ,, is video mein sir ji ne :-
      What is the function?
      Ans - to do something like calculation or some action Etc(function use ek mechanism hai jiske through hum koi kam lete hai jese ki maths karna ya fir koi kam karna)
      2nd Point -> number wali example 7:00 pr,, ab hum do numbers add kr rahe hai like
      3 + 4 = 7
      yaha pr dono numbers hai and ya fir yh keh lo yh dono value ka jo type hai wo numbers hai,,,
      Ab agar hum number ko kisi alphabet se kisi tarah ka calculation karte hai,, to uska ans alag hoga-- eg

      2 + a = 2a
      Now yaha 'a' ek string hai jo ke 2 se add wase nhe hoga jesa ke 2 numbers hote hai..

      to apko bs yahe yad rakhna hai k kese 2 alag alag data types se kis tarah k calculation hote hai ...

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

      @@nadexvaibhav57892kya nahi samaj aaya? return (ans) ...ans ki jagah jo return karna chahte ho vo likho, return matlab function se exit lete waqt kya value aayi vo lelo, aur function exit karlo

  • @PrinceKumarSharma-kl6dn
    @PrinceKumarSharma-kl6dn ปีที่แล้ว +15

    The way you are Explaining is really really incredible , Please continue with this way and go more deeper

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

      Thanks

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

      thats what she said .

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

      Joke apart , the series is really good .

    • @Aakashkumar-gm5fi
      @Aakashkumar-gm5fi 6 หลายเดือนก่อน

      Sir dsa with js ki Playlist le kr aao

    • @Aakashkumar-gm5fi
      @Aakashkumar-gm5fi 6 หลายเดือนก่อน

      ​@@chaiaurcode sir dsa with js ki Playlist bnoa please 🙏 🙏 🙏 🙏 🙏 🙏 🙏 🙏 🙏 🙏

  • @kr_sunny_suman
    @kr_sunny_suman 10 หลายเดือนก่อน +1

    Key takeaways:
    1. Use of functions and also difference b/w parameter and arguments 7:32
    2. Concept of returning a function, which can accessed while declaring the function call as a variable outside of the function
    3. If a function having parameters and in the function call we don't pass any arguments then it's says undefined and Not NULL since, its not defined yet.
    4. To avoid the above situation we also can pass a default value in the parameter itself.

  • @bikrampaul8876
    @bikrampaul8876 27 วันที่ผ่านมา

    I have already learnt JS from other teachers on You Tube..bt the way u have explained it is totally a "masterpiece work"..hats off to u sir..and give us such Amazing content ❤❤❤❤❤

  • @rajeshkamble9759
    @rajeshkamble9759 7 หลายเดือนก่อน

    thank you Sir! etne videos dekehe lekin function samajh me nahi aa raha tha...aapne itna easy way me samjhaya dimag me fit ho gaya...aise hi aasan tarike se samjhaoge to hume maja aayega aur hum confuse ya demotivate nahi honge..jitne bhi dost sikh rahe hai sabko share karunga..thanks again! 🙌

  • @mdtauseefparvez4412
    @mdtauseefparvez4412 11 หลายเดือนก่อน +1

    Sir ji bohot achi and in depth series banai hai apne .............Thankyou very very much sir ji.

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

    hitesh sir thank you so much i had been struggling alot from long time to learn functions but after watching your video i learned this concept in just 20 minutes .... YOur teaching method is just mind blowinggg 💖

  • @cyberwarrior_
    @cyberwarrior_ 7 หลายเดือนก่อน

    Hitesh you not only teach, you show the behind scenes basic things is amazing to learn the JS. Thanks a lot.

  • @arvinsingh8673
    @arvinsingh8673 6 หลายเดือนก่อน

    You explain really well, A lot of people have the knowledge, but not everyone knows how to deliver it in a way, that is easy to comprehend.
    Thanks for this series hitesh

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

    i can listen to u all day talking your voice is that soothing so learning is super therapeutic here

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

    thankyou sir pehle smjh nhi aa raha tha mgr ab aapki or harry sir ki video se kafi confidence build ho raha hai
    thankyou sir....

  • @rottedaffectionmob
    @rottedaffectionmob 4 หลายเดือนก่อน

    Bhaiyaji kya video banaye ho. Maja aa gaya. Bhot Bhot shukriya aisa damdaar content free mai provide karne ke liye. 100x better than any other youtubers who are releasing an paid course every week. Once again thankyou sir keep it up.

  • @mualajutt-t9h
    @mualajutt-t9h 8 หลายเดือนก่อน +1

    Next level....Discuss every main Topics in single video

  • @Waseem23010
    @Waseem23010 12 วันที่ผ่านมา

    The doubts and clarifications for each point amazing... thank you so much efforts

  • @COMRADE_ARMY
    @COMRADE_ARMY 11 หลายเดือนก่อน +1

    Sir ji bohot achi and in depth series banayi h aapne Thankyou very very much for all this Highly Appreciable❤

  • @roushnikumari2977
    @roushnikumari2977 วันที่ผ่านมา

    No words to describe how good teacher you are, thank you to provide best video 👍

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

    "Excellent tutorial! Clear explanation of functions and parameters in JavaScript. Must watch for beginners."

  • @singhamita
    @singhamita 9 หลายเดือนก่อน

    I was lost in tutorial hell and thanks to Hitesh I am out of this hell and now just following his apparoach to build and apply skills . Thanks for uploading such great content.

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

    sir mujhe nahi pata mere future me kya hone wala hai par apka ye course meri life ko next level par le jane ka kaam jarur kar raha hai👍👍👍👍👍👍

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

    i think this is the best js series in youtube....love from bangladdesh SIR

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

    oOo amazing, I've never encountered someone who delves as deeply into the subject matter as you do. Your ability to dissect each word and explain its significance, whether it's about function definitions, scope, function names, or the most enlightening topic difference between, "parameters" and "arguments", is nothing short of amazing.
    Your dedication to teaching and your skill in making complex topics accessible are truly commendable. Thank you for your insightful and engaging lessons. I look forward to learning more from you.

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

      Thanks 😁

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

      @@chaiaurcode 12:11 you really know the exact way sir, you really care for students ...hats off to you

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

    company ka kam and then helping us hatss offf you sirrrrrrrrrrrr❤❤❤

  • @mohiturkade2612
    @mohiturkade2612 5 วันที่ผ่านมา

    Thank you for this wonderful playlist; your teaching makes everything easier to understand.❤

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

    The only best thing i've ever done in my life is watching your vedios. thank you so much sir🙏🙏🙏🙏

  • @RahulSharma-wz6yv
    @RahulSharma-wz6yv 11 หลายเดือนก่อน

    Nice , the deep extraction of concepts are the thing which holds the most to viewers

  • @LaibaLk
    @LaibaLk 6 หลายเดือนก่อน +1

    You gained a subscriber from Pakistan ❤☺️
    . Hats off man👏

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

    This is literly the best javascript course on youtube .

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

    i am watching this series for the third time, osm series thank you sir 🥰🥰🥰 easy to understand the complex topics

  • @codebreaker8055
    @codebreaker8055 10 หลายเดือนก่อน +1

    Best Teacher on TH-cam.

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

    Awesome teaching, and watching this video makes me feel better than ever in my coding. Thanks a lot, sir, 👍 🙏 🙏

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

    dear hitesh sir ye concept ekk dam achhese samajh mnai aagaya sir. Thank u sir. keep it up.

  • @Yash-et9ru
    @Yash-et9ru ปีที่แล้ว +6

    I had purchased and tried a 60 dollar course and believe me this is way deeper

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

      Whcih course had you purchased?? Hitesh is actually pro! I happen to experience the same. This is super amazing and whatever a paid course includes. Even if Hitesh launches paid courses of this quality I'm always ready to support him and buy that course ! We need such teachers !!!

    • @Yash-et9ru
      @Yash-et9ru ปีที่แล้ว

      @@torche6403 web dev simplified

  • @GoogleUser-nx3wp
    @GoogleUser-nx3wp 6 หลายเดือนก่อน

    Best series ever im prefering over my paid courses sir. Im expecting more videos from your channel discussing AI related technologies aswell. Thank you for this content its all is life saver

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

    Amazing ! i am feeling confident Hitesh sir big appreciate from Nepal

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

    Finally something good I found after taking 2-3 courses from udemy,code with Harry and even apna college and one more guy named namaste java script no one solved my confusion....thank you so much for explaining everything from scratch and my feedback is genuine I saw your video recommendations but earlier I went for other famous channels I have been following for so long....thank you sir

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

      garimasingh6379
      Aapne udemy pe jonas schmedman javascript course liye te? Kaisa hei woh course

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

    This is great Hitesh. Your explainations are terrific and you always cover each topic in depth. Abhi main JS ki revision karra hoon aapke channel se. Padhne main maza aara hain!

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

    Thank you so much sir , sir aap se padhkr to ab coding se pyar hone laga hi 🤩🤩

  • @NileshShirodkar-vi8lt
    @NileshShirodkar-vi8lt 7 หลายเดือนก่อน

    thank you so much bhaiya ye series banane ke liye, I was learning from youtube from another channels, but aapki ye series sabse best h, aap sari chije depth me batate hain , thank you ......full stack ki series bhi bana dijiye please

  • @mortalman-127
    @mortalman-127 11 หลายเดือนก่อน

    Your explanation is truly awesome! Clear, concise, and incredibly helpful😀

  • @Abhinav-ep7vb
    @Abhinav-ep7vb 7 หลายเดือนก่อน

    Amazing Video Sir This whole Js series is best on Yt.

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

    Sir sach me kaafi help ho jata hai aapke video se
    Pwskills ka full stack ka js karne ke baad aapke videos dekhta hu aur jo bhi doubt hota hai vo clear ho jata hai 😇😇☺️☺️😁😁😄😄

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

      Gyaan jaha b mile, ftak se le lena chahiye 😌

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

      ​@@chaiaurcode bilkul sir 😄

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

      @@rawatji110 bhai pwskills course me sir ne bhi padaye hai kya me lene ki soch raha tha
      overrall course kaisa hai
      muje basic aata hai html,css ,js ,react ka kya muje lena chaheye
      kuch in depth me hai ya basic he padaye hai

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

    thank you sir your greet teaching help me a lot, through your videos I m managed to clear all my dough, Please continue your teaching style your detailed videos will help lot of students

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

    Hi Hitesh, saw all the three object videos and loved the simple yet brilliant explanations

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

    its my opinion, JavaScript ka ye series bhut accha hai.. kahi jane ka nhi bs dekho aur sikho ❤❤❤❤❤❤❤❤❤❤❤❤❤❤ ...100 star out of 10 ☺☺🤪🤪

  • @vishal_taywade
    @vishal_taywade 4 หลายเดือนก่อน

    Adbhut Apratim Utkrusht
    Hats Off Dear Thank you

  • @SahilSingh-nv3mv
    @SahilSingh-nv3mv 6 หลายเดือนก่อน

    Series pehle nhi mili itni achi series ek saal pehle mil jata toh bahut aage rehta backend koi itna ache se nhi pdhaya pure youtube pe paid courses se bhi acha h ye free course

  • @KrishnaAbhale-cn9qy
    @KrishnaAbhale-cn9qy 10 หลายเดือนก่อน +1

    Thanks sir. I am non IT background. So not cleaver as you. So thanks for deeply details explain. ❤❤❤❤❤❤

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

    thank you so much for detailing video. keep making such detailed video with more detailed. like why we need? what is real use case of this concept etc.❤❤

  • @boogeyman-t3z
    @boogeyman-t3z 15 วันที่ผ่านมา

    Best hindi
    Javascript playlist of youtube

  • @animesh1945
    @animesh1945 6 หลายเดือนก่อน

    Thanks bhaiya, This playlist is really help full for me to learn JAVASCRIPT💖💖💖

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

    Thank you sir ❤❤❤. For teaching these valuable things free of cost.

  • @RaviRathore-u1o
    @RaviRathore-u1o ปีที่แล้ว

    Sir, the way you use "Haan ji" at the beginning, is awesome.❤❤

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

    one of the best javascript playlist by hitesh bhaiya

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

    same here,
    (I have learnt js 2 times before but when i started learning from you it was very different as i am able to grasp each and every Statement you are saying ... 🙏Which is going to be a plus point for boosting my confidence level❤ thank you )

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

    These videos are truly packed with valuable information.

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

    Thank you so much for providing such an amazing resource for learning JavaScript. Your teaching style is truly unique and engaging, and I appreciate the effort you put into making the concepts easy to understand. I’ve watched many videos on JavaScript before, but your tutorial is by far the best one I’ve come across. Keep up the great work!

  • @kartikshirasangi-yi5vs
    @kartikshirasangi-yi5vs ปีที่แล้ว

    Just amazinngg!!! sir...after going through ur class am able to answer interview based questions and ur videos r juz crazyy!! #bigfan

  • @arslanhaider5201
    @arslanhaider5201 2 หลายเดือนก่อน

    Sir, I am from Pakistan. Lots of love for you. You are just amazing

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

    thanx bro
    kaafi easily samjha diya aapne.

  • @55-rupeshdhange
    @55-rupeshdhange 4 หลายเดือนก่อน

    Bahut acha padaya sir ne har ek video valuable hoti hai sir ki

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

    You are just amazing. super playlist. I have paid courses form udemy and I am here

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

    Best JS series out there .....🙏🏼

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

    very very helpful videos for interview preparation. Thank you So much Sir👏👏👏

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

    the way you teach us is fantastic

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

    hello Hitesh thank you for providing good concept. It helps us to learn new and brush up our concepts
    . good job, keep it up😊

  • @MartianAries_24
    @MartianAries_24 7 หลายเดือนก่อน

    Actually sir hum bohot dil se sunn rhe h thank you sir😊😊

  • @Funeyvideos-yx4qn
    @Funeyvideos-yx4qn 5 หลายเดือนก่อน

    Sir ji apny bhot hi achi series banaye hain thank you ❤

  • @Vivek-Kanpur
    @Vivek-Kanpur ปีที่แล้ว

    Learning JS AGain just because of your teaching skills !! Thank YOu

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

    now i am getting confident in javascript programming
    this is all about your effort to make us confident in programming

  • @Sumit-j9z
    @Sumit-j9z 5 หลายเดือนก่อน +2

    9:38 harry bhai not harmed in this video

  • @anonymous-l9f
    @anonymous-l9f 6 หลายเดือนก่อน

    Great tutorial thank for making such good series with basic of javascript

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

    Learning javascript from chai and code seems the perfect solution! Excited to learn more!! 🙌🏻

  • @raushanrawat620
    @raushanrawat620 7 หลายเดือนก่อน

    Teaching style next level sir ❤❤❤❤❤❤

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

    more informative then any other paid course. Thank you so much sir

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

    1. `!` is the logical NOT operator in JavaScript. It's used to negate (invert) the value of a boolean expression. For example, `!true` evaluates to `false`, and `!false` evaluates to `true`.
    2. In this context, `username` is being implicitly coerced into a boolean value. This means it's being converted to either `true` or `false` based on its "truthiness" or "falsiness" in JavaScript.
    3. JavaScript treats certain values as "falsy" when converted to boolean. These values include `undefined`, `null`, `0`, `NaN`, `''` (an empty string), and `false`. If `username` has one of these values, it will be considered falsy.
    4. So, `!username` will be `true` if `username` is falsy, and `false` if `username` is truthy.
    5. The `if` statement checks the result of `!username`. If it's `true` (meaning `username` is falsy), the code inside the `if` block will execute.
    In short, `if (!username)` checks if `username` is not provided (`undefined`) or is an empty string (`''`). If it's not provided or empty, the code inside the `if` block will execute. If `username` has any value other than `undefined` or an empty string, the `if` block will not execute.

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

    "Chai aur Code, you're the reason JavaScript no longer feels like a daunting challenge. Superb job!"

  • @mr_singh.up52
    @mr_singh.up52 8 หลายเดือนก่อน

    i don't know everyone like this course or not but this course for me is the world best. Thank you sir and appreciate your hard work and dedication for fellow students.

  • @9craftgaming
    @9craftgaming 9 หลายเดือนก่อน

    Today I learn something new. Thankyou Hitesh♥

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

    sir appko mera personal teacher hona chahiye tha sach me jitna knowledge hai sab nichod leta aap se
    😁😁😁😁😁😁😁😁

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

    Thank you so much for providing such an amazing resource for learning JavaScript and awesome video sir

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

    Yes sir we are enjoying the way you teach

  • @UbaidurRahman-c6j
    @UbaidurRahman-c6j 17 วันที่ผ่านมา

    thanks sir your my best Teacher❣❣❣❣

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

    Thanks a lot for the great explanation sir ❤

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

    I have watched two more playlist of JavaScript before but Hitesh Sirrrr how you explain is amazing. We are blessed to have you as an instructure. You are my inspiration. Keep it up.
    Love form Bangladesh !!

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

    This is the aamzing sir i complate leran the funcrtion to basics to advance becuse of your video thank you so much sir :)
    🤩🤩

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

    sir you made programming easy to understand

  • @samialvi4226
    @samialvi4226 9 หลายเดือนก่อน +1

    Note----->>> In JavaScript, when a function does not have a return statement, it implicitly returns undefined.