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

Bitwise Operators in JavaScript with Example (Hindi) JavaScript Tutorials

Поделиться
HTML-код
  • Опубликовано: 28 июл 2018
  • Logical operators - • Logical Operators in J...
    /*******************************************\
    HTML Tutorials - • What is HTML ? Advanta...
    CSS Tutorials - • Introduction to CSS | ...
    JavaScript Tutorials - • What is JavaScript? Ad...
    HTML and CSS - • Create iframe in HTML ...
    /*******************************************\
    Hashtags :
    #javascript #bitwiseoperator #javascripttutorials
    Tags :
    what is bitwise operators ?
    how bitwise operators works ?
    what is right shift bitwise operator
    what is left shift bitwise operator
    operators in javascript
    bitwise operators
    bitwise and
    bitwise or
    bitwise xor
    bitwise not

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

  • @anjalisahni6765
    @anjalisahni6765 2 года назад +3

    Aap sch me bahut hi acha explain krte h thank you so much u r a good lecturer😇❤

  • @IqraMubeen.sheikh
    @IqraMubeen.sheikh 9 дней назад +1

    😀 it's Great Keep it up !🤩

  • @AyeshaManan-ui9eg
    @AyeshaManan-ui9eg Год назад +1

    Amazing video you explained the topic so good love it

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

    thank you brother good teaching skill

  • @freelance7407
    @freelance7407 4 года назад +1

    Nice tatorial dear. ab bhi jis ko smjhe nai ai us ka kaam programing nai hai. great video good teaching thanks

    • @StudyReadEducate
      @StudyReadEducate  4 года назад +1

      Muje khud ni aati ache se may toh bs share krta deta hu jo aata ha taki muje bhi yaad rhe aur sikhu bhi

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

    This is nice explanation about bitwise operators in javascript

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

    super bhai...

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

    tusi great ho bro......continue next video

  • @Gameworld-pr9rd
    @Gameworld-pr9rd 4 года назад

    good lecture

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

    OK!

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

    Bit Wise left shift (10

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

      See the comment section i thibk same question was asked before

  • @IqraMubeen.sheikh
    @IqraMubeen.sheikh 8 дней назад +1

    // Function
    let num1 = parseInt(prompt("Enter the first number: "));
    let num2 = parseInt(prompt("Enter the second number: "));
    const bitwiseOperations = () => {
    const andResult = num1 & num2;
    const orResult = num1 | num2;
    const xorResult = num1 ^ num2;
    console.log(`${num1} & ${num2} = ${andResult} (Bitwise AND)`);
    console.log(`${num1} | ${num2} = ${orResult} (Bitwise OR)`);
    console.log(`${num1} ^ ${num2} = ${xorResult} (Bitwise XOR)`);
    }
    bitwiseOperations();

  • @PrinceGupta-ln1mh
    @PrinceGupta-ln1mh 5 лет назад

    Wow Yarr Ky Samjaya h Tumne Kamal h
    Keep it Up Bro 👍🏻👍🏻👍🏻

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

    Very nice
    Next video please upload

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

      Yeah i will upload after 24 dec bcz of my exams sorry for the delay but their are lots of good tutorials also you can follow them or i will recommend you to buy a book

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

      @@StudyReadEducate yes tell me book name and thanks

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

      You can find out lots of books online just serch for JavaScript book for beginners and look the reviews of the book and see the content or index of book check what it covers if you find out a book which is costly and contains more content go for that book...ok its easy i know you can do this

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

      @@StudyReadEducate OK thanks
      Send a link to a video with your calculator for javascript 😊

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

      You can find out it in my blog all the coding is in my blog check my about section their you can find out my contact. Ok

  • @user-st9ly7vc2c
    @user-st9ly7vc2c 2 месяца назад +1

    ok counter 30000000000000000000000000000000000000000000000 times ;]