Это видео недоступно.
Сожалеем об этом.

JavaScript Beginners Tutorial 12 | Bitwise Operators

Поделиться
HTML-код
  • Опубликовано: 12 авг 2024
  • FREE Courses - automationstepbystep.com/
    References:
    www.convertbinary.com/numbers/
    www.rapidtables.com/convert/n...
    www.rapidtables.com/convert/n...
    Bitwise Operators
    & AND sets each bit to 1 if both bits are 1
    | OR sets each bit to 1 if one of two bits is 1
    ^ XOR sets each bit to 1 if only one of two bits is 1
    ~ NOT inverts all the bits
    << Left Shift shifts left and fills empty spaces with 0
    >> Right Shift shifts right
    Bitwise operators treat arguments as 32-bit numbers and work on the level of their binary representation
    GitHub - github.com/Raghav-Pal/
    Udemy - www.udemy.com/user/raghav-pal-3/
    Training by Raghav at your venue - raghav.qna@gmail.com
    Training schedule - automationstepbystep.com/trai...
    ----------- UI TESTING -----------
    Selenium Beginners - bit.ly/2MGRS8K
    Selenium Java Framework from Scratch - bit.ly/2N9xvR6
    Selenium Python - bit.ly/2oyMp5x
    Selenium Tips - bit.ly/2owxc50
    Selenium Builder - bit.ly/2MKNtlq
    Katalon Studio - bit.ly/2wARFdi
    Robot Framework with RIDE- bit.ly/2Px6Ue9
    Robot Framework with Eclipse - bit.ly/2N8DZxb
    ----------- API TESTING -----------
    Web Services (API) - bit.ly/2MGafL7
    SoapUI - bit.ly/2MGahmd
    Postman - bit.ly/2wz8LrW
    General - bit.ly/2PYdwmV
    Katalon Studio API Testing - bit.ly/2BwuCTN
    ----------- MOBILE TESTING -----------
    Appium - bit.ly/2ZHFSGX
    Mobile Playlist - bit.ly/2PxpeUv
    ----------- CI | CD | DEVOPS -----------
    Jenkins Beginner - bit.ly/2MIn8EC
    Jenkins Tips & Trick - bit.ly/2LRt6xC
    Docker - bit.ly/2MInnzx
    ----------- VERSION CONTROL SYSTEM -----------
    Git & GitHub - bit.ly/2Q1pagY
    ----------- PERFORMANCE TESTING -----------
    JMeter Beginner - bit.ly/2oBbtIU
    JMeter Intermediate - bit.ly/2oziNVB
    JMeter Advanced - bit.ly/2Q22Y6a
    JMeter Tips & Tricks - bit.ly/2NOfWD2
    Performance Testing - bit.ly/2wEXbLS
    ----------- PROGRAMMING -----------
    Java Beginners - bit.ly/2PVUcXs
    Java Tips & Tricks - bit.ly/2CdcDnJ
    GROOVY - bit.ly/2FvWV5C
    JAVASCRIPT - bit.ly/2KJDZ8o
    ----------- IDE -----------
    Visual Studio Code - bit.ly/2V15yvt
    ----------- MAVEN -----------
    Maven - bit.ly/2NJdDRS
    ----------- OTHERS -----------
    Redis- bit.ly/2N9jyCG
    Misc - bit.ly/2Q2q5xQ
    Tools & Tips - bit.ly/2oBfwoR
    QnA Friday- bit.ly/2NgwGpw
    Sunday Special - bit.ly/2wB23BO
    Ask Raghav - bit.ly/2CoJGWf
    Interviews - bit.ly/2NIPPxk
    All Playlists - bit.ly/2LSiezA
    Keep Learning,
    Raghav
    Website - automationstepbystep.com/
    LifeCharger - lifecharger.org/
    Udemy Courses - www.udemy.com/user/raghav-pal-3/
    Facebook - / automationstepbystep
    Twitter - / automationsbs
    RUclips - / automationstepbystep
    Instagram - / automationstepbystep
    You can support my mission for education by sharing this knowledge and helping as many people as you can.

Комментарии • 26

  • @swaritk5875
    @swaritk5875 4 года назад +4

    Wondrous Explanation! The most beneficial explanation I could find. Thank You!

  • @mrskwrl
    @mrskwrl 4 года назад +5

    Would be great if this covered some use cases/scenarios and how these can be useful. 3^5=>6 doesn't help me out of context.

    • @RaghavPal
      @RaghavPal  4 года назад

      I will add more use-cases

    • @deano_11
      @deano_11 2 года назад

      @@RaghavPal Exactly, the implementation of the API, and underlining logic is useful, however, answering the why and when a developer would use these techniques would add a holistic and more impactful meaning.

  • @transzogaming7931
    @transzogaming7931 2 года назад

    Thank you so much for the detailed information video on this topic, I was just go through with some tutorial, and i got stucked in not operator, now I have no doubt in my mind, it's really mean for me

    • @RaghavPal
      @RaghavPal  2 года назад

      You're very welcome! so humbled to see this

  • @ManuBharadwajBN
    @ManuBharadwajBN 7 месяцев назад

    Fantastic! Got to know what i wanted to!

    • @RaghavPal
      @RaghavPal  7 месяцев назад +1

      Glad I could help Manu

  • @chiculitamihaela8076
    @chiculitamihaela8076 2 года назад

    Thank you so much, Raghav! Your explanation is top notch

  • @mayankjain9941
    @mayankjain9941 4 года назад

    Nice explanation thank you!!

    • @RaghavPal
      @RaghavPal  4 года назад

      Glad it was helpful Mayank

  • @deborahnaturinda7267
    @deborahnaturinda7267 Год назад

    The best explanation ,thank you.

  • @baluk2291
    @baluk2291 5 лет назад +1

    Good explanation 👌

  • @StingSting844
    @StingSting844 Год назад

    What are the use cases for a bitwise operation? Why would you use bit wise AND operator on two numbers? I understand 5he operations but don't understand the use cases

    • @RaghavPal
      @RaghavPal  Год назад

      Hi Andrew, I will plan more sessions on this

  • @trilokvooka7925
    @trilokvooka7925 5 лет назад

    Thanks Raghav 👍, I've question- while using left shift operators, why we should consider 4bits instead of 8bits?

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi Trilok, did not find a good reason for that. Will have to see online

    • @trilokvooka7925
      @trilokvooka7925 5 лет назад +1

      @@RaghavPal thanks Raghav 👍

  • @Priya-tq3du
    @Priya-tq3du 4 года назад

    Why did we take 8 digits for unary ~?
    8:10

    • @RaghavPal
      @RaghavPal  4 года назад

      to make it 8 bits

    • @Priya-tq3du
      @Priya-tq3du 4 года назад

      Why was it necessary to get 8 bits for unary operator ~, whereas only 4 bits for other operators?

    • @RaghavPal
      @RaghavPal  4 года назад

      Mentioned in the video. Check 8:00