Control flow in javascript in 1 shot | chai aur

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • Visit chaicode.com for all related materials, community help, source code etc.
    #javascript #hindi
    Sara code yaha milta h
    github.com/hit...
    Discord pe yaha paaye jaate h:
    hitesh.ai/discord
    Instagram pe yaha paaye jaate h:
    / hiteshchoudharyofficial
  • Наука та технологія

КОМЕНТАРІ • 330

  • @bilearner_tetracosene
    @bilearner_tetracosene Рік тому +181

    2:13 - why control Flow?
    2:54 - if-statement
    5:00 - comparison operators
    10:20 - "else" keyword
    11:40 - difference between "var" & {"let", "const"} regarding scope.
    14:42 - Implicit scope
    16:17 - suggestion
    17:00 - else - if
    23:36 - practical use case mentioned
    24:33 - switch case statement (useful in redux)
    30:12 - "truthy" & "falsy" values.
    33:04 - Rules of "truthy" & "falsy" consideration
    37:18 - Empty array check
    38:10 - Empty object check
    41:00 - nullish coalescing operator
    42:25 - significance of "??" operator
    46:00 - confusion warning!!
    48:25 - summary

    • @editverse009
      @editverse009 9 місяців тому +2

      very helpful!!

    • @Aashutosh_Bajaj
      @Aashutosh_Bajaj 9 місяців тому +1

      thanks

    • @tushar5426
      @tushar5426 8 місяців тому +1

      Thanks a lot 🙌🏻, this is very helpful!

    • @nameisez
      @nameisez 6 місяців тому +1

      const balance=1000;
      if (balance>500)console.log("safe");
      console.log("safe");
      at 17:04 u told implicit code after(;)wont run it is runnung

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

      @@nameisezdon’t put ; after first console but put , thn it will work ; this is used in last console

  • @ankitmishra-d2s
    @ankitmishra-d2s Рік тому +78

    minor error at 28:15. If there is no break statement added before the default case, default will also be executed. In this example, the default case was not executed because the break keyword was used before it.
    Thanks for this series btw..!! ❤❤❤

    • @chaiaurcode
      @chaiaurcode  Рік тому +61

      Oops my bad. Thanks for pointing it out

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

      @@chaiaurcodesir you are like a hidden Einstein for students,
      Even intricate things you make so simple for us,
      just by your simplicity of teaching,
      Glad i found you on youtube,
      thanks to you youtube ,
      he had given a mentor like you,
      Sir ❤❤❤

    • @user-ou3kx7hf4sx
      @user-ou3kx7hf4sx 6 місяців тому +6

      @@chaiaurcode kinndly give warning in description some student might face issues in future

  • @Sakshamchoudharyofficial
    @Sakshamchoudharyofficial Рік тому +49

    Unstoppable. 💨

  • @ayush.tiwarios2105
    @ayush.tiwarios2105 Місяць тому +3

    06:37 Control flow is an important concept in JavaScript that allows the program to execute certain code based on conditions.
    13:14 Control flow in JavaScript involves the use of conditional statements.
    19:51 The scope of variables declared using the const and let keywords is limited to the block they are declared in
    26:28 Control flow in JavaScript involves executing different portions of code based on conditions.
    33:05 Understanding control flow in JavaScript
    39:42 Falsy values in JavaScript include false, 0, negative 0, empty string, null, undefined, and NaN.
    46:19 Understanding the concept of nullish coalescence operator in JavaScript.
    52:50 The video covers control flow in JavaScript, including the ternary operator and if-else statement.

  • @harsh-alashi
    @harsh-alashi Рік тому +22

    "Haan ji", "Koi dikkat hi nahi hai" has a seperate fan base

  • @Instrumentation010
    @Instrumentation010 9 місяців тому +5

    First time i didn't get bore in such long tutorial video, you nailed it Hitesh Sir, salute to you.

  • @rahulbarik6347
    @rahulbarik6347 Рік тому +7

    whenever i saw your youtube channel and learn programming language not only learn programming language but also understand that topic used in IT production thank you sir for making javascript series in hindi i hope the best series in youtube 😀😀😀

  • @printhere5125
    @printhere5125 10 місяців тому +2

    06:37 Control flow is an important concept in JavaScript that allows the program to execute certain code based on conditions.
    13:14 Control flow in JavaScript involves the use of conditional statements.
    19:51 The scope of variables declared using the const and let keywords is limited to the block they are declared in
    26:28 Control flow in JavaScript involves executing different portions of code based on conditions.
    33:05 Understanding control flow in JavaScript
    39:42 Falsy values in JavaScript include false, 0, negative 0, empty string, null, undefined, and NaN.
    46:19 Understanding the concept of nullish coalescence operator in JavaScript.
    52:50 The video covers control flow in JavaScript, including the ternary operator and if-else statements.

  • @zahid_9217
    @zahid_9217 11 місяців тому +5

    Sir I'm currently watching your video, but I haven't finished it yet. but ley me say you something before I go ahead Thank you so much for your comprehensive explanation of truthy and falsy in JavaScript! Your video really helped me grasp these important concepts. I appreciate your clear and engaging teaching style. Keep up the great work!

  • @Leo-gaming-le
    @Leo-gaming-le 4 місяці тому +2

    I learn so much from this video....
    Me jb bhi Chai or Code pr aata hu muje hmesha kuch nya sikhne ko milta hai... ❤❤

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

    function isJavascriptHard(teacher){
    if(teacher=="Hitesh Choudhary"){
    console.log("Javascript is easy")
    }
    else{
    console.log("javascript is difficult")
    }
    }
    isJavascriptHard("Hitesh Choudhary")
    🖤💙🖤

  • @abhishekchauhan1777
    @abhishekchauhan1777 9 місяців тому +2

    I am following this series I must say this content has one of the quality content out there on the internet. Thank you Hitesh Sir for this series.

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

    Short summary at the end made all things clear!! Thanks!!

  • @enghimanshu
    @enghimanshu 10 місяців тому +4

    your voice give me peace while learning.....

  • @huehuehue5762
    @huehuehue5762 5 місяців тому +1

    finally i found a write course , i really liked your method of teaching rest of videos or js playlist directly jump on advance without any basic buildup , now i m confident about my js basics .

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

    2:13 - why control Flow?
    2:54 - if-statement
    5:00 - comparison operators
    10:20 - "else" keyword
    11:40 - difference between "var" & {"let", "const"} regarding scope.
    14:42 - Implicit scope
    16:17 - suggestion
    17:00 - else - if
    23:36 - practical use case mentioned
    24:33 - switch case statement (useful in redux)
    30:12 - "truthy" & "falsy" values.
    33:04 - Rules of "truthy" & "falsy" consideration
    37:18 - Empty array check
    38:10 - Empty object check
    41:00 - nullish coalescing operator
    42:25 - significance of "??" operator
    46:00 - confusion warning!!
    48:25 - summary

  • @Vikram_Singh_CS
    @Vikram_Singh_CS Рік тому +9

    स्पॉइलर अलर्ट: यह वीडियो केवल फ्रेशर्स के लिए नहीं है, एक्सपायरीन्स के लोग भी इस मास्टर पीस से सीखेंगे।
    - धन्यवाद हितेश

  • @navajiskhan9305
    @navajiskhan9305 Рік тому +4

    Please start a simple project using javascript...🥰🥰
    Jitna pd liya h utna to relate kr paye atleast humlog ki how javascript use in project 🥺🥺

    • @chaiaurcode
      @chaiaurcode  Рік тому +9

      Aadha gyaan leke project ke chakrvyuh me mt utariye

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

      @@chaiaurcode hanji bilkul jaisa aap kahen

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

      ​@@chaiaurcodeproject kab aayenge

  • @akshay12341
    @akshay12341 6 днів тому

    45:59
    // Another case:
    let value = null ?? undefined; // Output = undefined
    or
    let value2 = undefined ?? null; // Output = null
    // In both the cases above the second value is picked since `??` considers null and undefined equally.

  • @Kunalmpawar
    @Kunalmpawar Місяць тому +4

    padhte padhte chai hi thandi ho rahi hai guruji 😅

  • @ritushrivatri6865
    @ritushrivatri6865 5 місяців тому +1

    Thank you for exceptional efforts in simplifying JavaScript 😇😇

  • @NishanShrestha-n8p
    @NishanShrestha-n8p 6 днів тому

    the way of understanding else was just wow . 😮

  • @GunjanKhilwani
    @GunjanKhilwani 6 місяців тому +1

    Loved your content. Thank you so much, Best Javascript series!!

  • @shreyakolekar4059
    @shreyakolekar4059 11 місяців тому +2

    Thank you Sir! Now I understand better how Execution of functions happens. Also the demo of call stack on browser was very helpful.

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

    06:37 Control flow is an important concept in JavaScript that allows the program to execute certain code based on conditions.
    13:14 Control flow in JavaScript involves the use of conditional statements.
    19:51 The scope of variables declared using the const and let keywords is limited to the block they are declared in
    26:28 Control flow in JavaScript involves executing different portions of code based on conditions.
    33:05 Understanding control flow in JavaScript
    39:42 Falsy values in JavaScript include false, 0, negative 0, empty string, null, undefined, and NaN.
    46:19 Understanding the concept of nullish coalescence operator in JavaScript.
    52:50 The video covers control flow in JavaScript, including the ternary operator and if-else statements.
    Crafted by Merlin AI.

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

    sir you are giving best of yours and this type of tutorials will help for those types of students who all are learning code through free and social resources.

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

    So much understanble content you make ! thank you for making js in depth with understandable with your teaching way 🌻_🌻 Sir please ap react js ki bi series bna dijiee

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

    Couldn’t ask for a better video

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

    sir aap teacher best ho bahot maja aa rha hai reading karne mai

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

    best course ever on youtube👍

  • @Hafijur0211
    @Hafijur0211 8 місяців тому +3

    🎯 Key Takeaways for quick navigation:
    00:28 🧠 *Understanding data types and execution in JavaScript is crucial for building a strong foundation in programming.*
    00:57 💡 *The video aims to cover control flow comprehensively within a single video, focusing on syntax and avoiding unnecessary repetition.*
    01:54 🌐 *Creating files within the "04" folder, starting with a file named "$1.js" for organizing the code.*
    02:09 👀 *Checking the code files to ensure that functions, scopes, and other components are correctly set up for execution.*
    02:36 🔄 *Control flow or logical flow in programming should dictate when specific portions of code run based on conditions, enhancing overall program control.*
    03:05 🔄 *When writing conditions, open the scope after it. The internal code inside the scope will execute only if the condition is true.*
    03:31 ⚠️ *Be cautious about statements like "if false, later false." Only execute the code inside the scope if the condition is true.*
    04:10 ⚖️ *Basic conditions involve checking if a value is equal, greater than, or less than another. Understand how comparisons work.*
    05:00 🔄 *When comparing values, operators like "greater than," "greater than or equal to," and "equal to" help define conditions in your code.*
    05:56 🔄 *Understand the difference between single and double equals. Single equals assigns a value, while double equals checks for equality.*
    06:10 🔄 *Use "==" for checking equality in conditions, and "=" for assignment. Clarify the purpose of operators to avoid confusion.*
    06:24 ❌ *Be cautious with negative statements in conditions. Verify that your negations and checks provide the expected results.*
    06:38 🔄 *Conditional statements in JavaScript can be implemented using if conditions.*
    07:09 📝 *Triple equals (`===`) in JavaScript checks both value and type equality.*
    07:25 🚀 *Executing code based on strict type checking can be achieved using strict equality (`===`).*
    09:17 🌡️ *Implementing a basic temperature check using if conditions and strict equality in JavaScript.*
    10:17 🧐 *To check conditions in JavaScript, use keywords like `if` and `else`. Ensure that the conditions are correctly formulated.*
    11:51 🧮 *Scope is essential; understanding global and function scope helps prevent variable conflicts and ensures code functions as intended.*
    15:22 🛠️ *Use "direct" to execute code directly within the scope. Be cautious with implicit scopes; one-line execution is automatic.*
    15:50 📄 *Write multi-line conditions by using common practices, and execute tests for verification.*
    16:32 ❌ *Avoid impractical practices for the sake of impressing others; prioritize clean and readable code over unnecessary complexity.*
    16:45 🔑 *Understanding the basics of how "if-else" conditions work in JavaScript; focus on nesting and executing conditions as needed.*
    16:59 🔄 *Introduction to nesting in JavaScript; the importance of checking multiple conditions and handling scenarios with multiple conditions.*
    17:27 🛠️ *Using if-else statements with greater than (>) condition to execute code.*
    18:01 🧐 *Implementing multiple conditions using else-if statements.*
    18:54 🧠 *Using the else statement for a final execution when no conditions are met.*
    19:24 🤔 *Discussing the application of multiple conditions in real-life scenarios, such as online shopping.*
    20:08 💳 *Exploring the concept of multiple conditions for user access and transaction authorization.*
    21:22 🔄 *Using multiple if statements for handling various conditions.*
    22:03 📝 *Implementing conditional rendering based on user details like email format, day availability, and having a debit card.*
    23:19 ✔️ *Simplifying conditions by combining multiple checks, ensuring at least one condition is true.*
    23:46 🛑 *Dynamically changing UI elements based on user conditions (e.g., showing login/logout buttons).*
    24:14 📂 *Introduction to creating a new file and exploring different formats in JavaScript control flow.*
    25:37 🔄 *Demonstrating the use of the `switch` statement with a practical example of checking values against different months.*
    26:04 🔄 *Explaining the importance of using a `break` statement in each `case` to avoid fall-through in the `switch` statement.*
    26:44 🔄 *Demonstrating the use of the `break` statement to prevent fall-through in a `switch` statement.*
    27:14 🔄 *Discussing the default case in a `switch` statement and how it can be used to handle unmatched conditions or execute default code.*
    27:42 🔄 *Understanding how control flow works in JavaScript, especially with break statements in loops.*
    28:10 🐍 *Modern languages like Swift handle control flow differently, in contrast to older languages like JavaScript.*
    29:05 🚧 *Demonstrating the importance of sensitivity when matching values and utilizing exact matches with the `===` operator.*
    29:35 🔄 *Simplifying value comparison by using brackets and the equality operator (`===`), reducing the need for additional comparison operators.*
    30:45 📁 *Creating a new file named "truth-and-error.js" for error and truth values.*
    31:30 🖨️ *Discussing the challenge of printing on the web based on conditions.*
    32:00 🔄 *Handling scenarios where an email is present, and the code runs successfully, exploring behind-the-scenes of the code execution.*
    32:14 ❓ *Discussing an interesting situation where no comparison is made, and the code runs without checking the condition.*
    32:28 🔍 *Demonstrating how to check for the existence of a true value within a string.*
    32:43 🚫 *Handling scenarios where the email value is an empty string and ensuring the code works with different situations.*
    33:10 📝 *Summarizing the types of truth and false values present in the code.*
    33:23 ✔️ *Listing the values, including true, false, obvious false, zero, and handling special cases.*
    33:50 🚧 *Clarifying that negative zero is generally considered as a false value, except in specific scenarios.*
    34:18 🔄 *Null and Undefined are considered false values in JavaScript.*
    34:47 🕵️ *When dealing with error values, pay attention to the "False Values" and "True Values" within the code.*
    35:29 🚀 *Some error values may surprise you, so being subscribed to the channel helps in staying informed.*
    35:42 📝 *When writing code within a string, be cautious about how zero and other values are interpreted as error values.*
    35:56 🔍 *White spaces within strings can also be interpreted as error values, so be mindful of them.*
    36:24 📜 *Function declarations without parameters or execution code inside are also considered error values.*
    36:38 🧐 *Understanding how various values, including objects, are recognized as error values is crucial for developers.*
    37:04 🤯 *Error values become more apparent when working on projects, emphasizing the importance of checking conditions effectively.*
    38:30 🕵️‍♂️ *Detect if an object is empty by comparing its length property with zero after converting it to a string.*
    38:58 🛠️ *Demonstrate the practical application of object detection in a scenario where you want to check if an object is empty.*
    39:11 🤔 *Understand the basic principles of object detection and apply them to improve code efficiency.*
    39:38 🔄 *Clarify the distinction between "==" and "===" operators when comparing values, and be aware of their implications.*
    39:52 🧠 *Understand the outcomes of equality comparisons with "===" and "==" operators to handle truthy and falsy values effectively.*
    41:18 🛠️ *The "nullish coalescing" operator checks specifically for null and undefined, providing a concise way to handle default values.*
    41:36 📝 *Use the nullish coalescing operator (??) to assign a default value if a variable is null or undefined.*
    44:14 🔄 *Avoid confusion between undefined and null by using nullish coalescing operator (`??`).*
    44:58 ➡️ *Nullish coalescing operator is designed specifically for null and undefined, providing a convenient solution.*
    45:40 🚧 *Handle errors effectively and assign values with a fundamental understanding of the process.*
    46:06 🔀 *Differentiate between nullish coalescing operator, nullish collation operator, and ternary operator.*
    47:40 🔄 *Basics of conditional statements in JavaScript are demonstrated, using operators like greater than (`>`).*
    47:53 📏 *Comparison of values using conditional statements, emphasizing the importance of checking conditions correctly.*
    48:08 🔄 *Introduction to conditional flow control with a basic example of checking if the price is less than 80.*
    48:20 📝 *Summary of controlling code execution based on conditions and the need for control in different situations.*
    48:49 🤔 *Understanding conditional execution based on various conditions like user ratings and temperature.*
    51:10 🎭 *Introducing the concept of Nullish Coalescing Operator (`??`) for handling multiple function calls and addressing potential issues with direct value display.*
    51:39 ⚠️ *Demonstrating the use of the question mark (`?`) and flag values to handle scenarios where functions may return `null` or `undefined`.*
    Made with HARPA AI

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

    Feeling blessed that i get to know about this channel after watching lots of lots of crap content.
    बहुत बहुत धन्यवाद आप का hitesh sir ❤

  • @nikhatansari3310
    @nikhatansari3310 10 місяців тому +2

    Thank you so much sir 😊, sir node js ki bhi playlist banaiye please

  • @Hammad-wp8dm
    @Hammad-wp8dm 2 місяці тому

    Bhai saab ma kehta hoo apna tou dil jeet lya sir g . Lub you ho gya.

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

    Guru ji aapki video se padhne main maja hi or hai. Aisa lgta hai ki bas padhte rhu😌😌

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

      bs to 1 aur aisa hi video ready kr rha hu, Sunday ko laate h

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

      @@chaiaurcode love u guru ji❤

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

    amazing tutorial

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

    Best video on intenet for javascript

  • @ranasalmankamrankhan4936
    @ranasalmankamrankhan4936 9 місяців тому +1

    yr ap kamal banday ho hats off love from pakistan ❤

  • @VikashSingh-hc6zo
    @VikashSingh-hc6zo 10 місяців тому

    wow maja a gya 52 mins bina kisi skip k dekha or ek dam clear samagh a gya
    thanks a lot sir !
    i will definately text you whenever i gets the job to express my appriciation towards you and your work
    "'kyunkin jab tak padne m maja nhi ayega to seekhenge kese "

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

      Sahi baat. ☕️❤️

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

      @@chaiaurcode sir mere aik Question hai

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

    very very well explained sir

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

    Sir ap bahot hi imandari se padhate hai thankyou ❤

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

    boht maza aaya.. too much to learn... do make long videos :)

  • @SumitKumar-hi5yt
    @SumitKumar-hi5yt Рік тому +3

    Hey Hitesh sir , a suggestion I would like to provide. It would be really better if you provide timestamps for topics covered. It really helps a lot in naviagtion.

    • @chaiaurcode
      @chaiaurcode  Рік тому +35

      Ab itna yogdaan to kisi ko comment section me b dena chahiye na

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

    sir ka pdhane ka trika such me alg hai faltu ki baat to krte hi nhi hai sir thank you so much sir

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

    Best video of this js series

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

    1:37 am Hitesh Sir javascript with smile on face and calmness in voice + Lofi study music in background .I don't expect more than this .❤❤❤❤

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

    Long video ka ek alg hi mja h next level
    Thank you sir for too much effort

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

    Thank you a lot sir for making this wonderJSl js playlist video @chaiaurcode .

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

    Awesome!!
    not sure why comments are less but it is what it is lol. I would like to pay something for this as well

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

    Supporting you hitesh bhai

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

    you are good teacher and clear all the topics for depth.

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

    short summary wala formula best ye methodology sb videos mein hona chahiye✅

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

    "Chai aur Code, you're the unsung hero of the JavaScript learning community. You rock!"

  • @a_maxed_out_handle_of_30_chars

    concise and clear, thank you :)

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

    So much information in one video

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

    you nailed man,, from karachi

  • @LegendXo_OP
    @LegendXo_OP 18 днів тому

    26:34 ==> you can also change shortcuts ==> { Settings/Keyboard Shortcuts/Select your shortcut and apply!}
    Personally I use " CTRL + D "!
    Thanks Me Later!😜

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

    unbelieveable teaching way that i have see till now

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

    Bahut sahi👍

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

    Amazing Video Sir Ekdum Full Clarity and quality ke sath

  • @surajkumar-wz1br
    @surajkumar-wz1br Рік тому

    🙏🙏 thank you so much for your precious Video(Javascript Series) 🙏🙏😃 Maazaa aa rha hain !

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

    Chai aur concept clear❤

  • @aryanpatelyt7562
    @aryanpatelyt7562 5 днів тому

    Thank you very much sir !! ❤❤

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

    "Master JavaScript control flow with ease! This tutorial covers if-else, switch, loops, and more. #concise #clear"

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

    maze aaagye mast lecture val1 = null ?? 10 ?? 50 yeh acha concept thaaa

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

    again learnt lot of new things

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

    Kya hi samjhaye hai sirji

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

    Thank you so much Sir, for the amazing and helpful content 😇😇

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

    I am telling you this guy is providing Premium content for free of cost Just subscribe to his channel and watch this Javascript series.
    Love and Respect from Pakistan.

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

    Love these long videos! Too much to learn! Time to get back to chai and code!! 😁

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

    Thank you sir for making javascript series in hindi i hope the best series in youtube...

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

    Starting me low energy hua chai bhi ready h and that....😂😂😂...
    Sir app to strong rahiye pls............

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

    Sir you are legend..Just learning from your series..hope that ill master Js

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

    Great initiative ❤

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

    Hats off sir me to Dhanya ho gya aapke lecture dekh ke ❤

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

    Loving this series thank you sir 🎉🎉 #15DayJavaScriptChallenge

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

    absolutely enjoying this javascript course ,,,,,,,,,,,,,,,,,,,,,,,,,,

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

    awesome video sir maja aa gya padh ke app se java script

  • @Harsh-w1i
    @Harsh-w1i 11 місяців тому

    Awesome content, keep the good work coming. Thanks..

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

    Txs u so much boss and your grand hug and txs apki wja se bhot log jo pese ni dy pate in sub ki study ke liy or ap un sub ke liy itna efect dal rhy uske liy so txs 👏👏🥰🥰

  • @MelodyMaster914
    @MelodyMaster914 11 місяців тому

    Sir your way of teaching is truly amazing ❤❤

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

    sir, your chanel is very best for beginner student.

  • @muditkhanna8164
    @muditkhanna8164 11 місяців тому

    Your course is well organised as per today's era.

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

    Sir, when I am typing let name='name' and then comparing it to true as *name==true*, the console is returning me false. Why is that so? Shouldn't it return me true?

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

      Try name = true

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

      The output would be "false".Here's why: In JavaScript, the if statement checks the condition inside the parentheses. The condition name == true checks if the value of name is strictly equal to true. Since name is a string with the value 'name', it is not equal to the boolean true. Therefore, the condition evaluates to false, and the else block is executed, resulting in the output "false".
      Tried chat-gpt and got the reason.

  • @armorkinggaming1933
    @armorkinggaming1933 11 місяців тому

    If we don't use break then wherever the value matches, the code will print all values after that until it finds another break.

  • @AniketKhandare-gk5cy
    @AniketKhandare-gk5cy 11 місяців тому

    Thanks @Chai aur code ,@Hitesh Choudhary SIR .....

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

    Love from belguim brother love the way your explaining best of luck 👌👌👌👌👌👌👌🕳🕳

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

    Thank you sir

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

    Code wagrah toh apka Tagda hi hai
    Agar CHAI ki receipe share krdete toh maja hi aajata 😅😅😄😄

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

    Optional chaining Is also there...
    Do explore that too guyz...

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

    controls concept with simple and easy way

  • @savesoilsavegenerations6399

    Best tutorial in control flow for java script. :)

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

    Best tutorial of js over UA-cam

  • @bulu-io
    @bulu-io 11 місяців тому

    34:30 sir i think document.all is also considered to be falsy....BTW great lecture from u sir.....love it a lot

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

    sir thanku for the truthy and falsy concept i was always confused of this

  • @nahidhasan-df3ht
    @nahidhasan-df3ht 6 місяців тому +1

    thank you so much

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

    Well done sir❤

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

    Thanks sir, ase ho in-depth me samjaiye

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

    sir, your way of teaching is amazing 🤩

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

    enjoyed the whole lecture ❤❤
    26/51 Done [17.1.24] ✅✅