JavaScript Bitwise Operators

preview_player
Показать описание
JavaScript Bitwise Operators

Subscribe for more videos:

Want to learn more from me? Check out my blog and courses:

Рекомендации по теме
Комментарии
Автор

It's truly impressive to be able to explain a concept this complex in such a simple and concise way. Bravo and thank you. I think I understand the basic concept now, but probably wouldn't be able to articulate it half as well if I were to relay the information. Gotta talk it out with my rubber ducky.

wing
Автор

since ECMA 6 it is possible to write the binary values directly like how you do in other languages. i.e. assign using: let x = 0b1010101; console.log(x); will output 85

drcl
Автор

Wow! I've been learning c++ for 2 years, but you explained it so well for me, that now I understand a lot better everything!

avtem
Автор

Even though, you speak about how "special" the case is in terms of "when you need it" (and I can't disagree on that), I really also expected negate, XOR and also the bitwise shift operators. Once you started with bitwise operations, it's very common that you also will use the other operators too. In cryptography or bare network commnication, you will stumble upon this pretty fast (except if you use existing libs of course).

systemofapwne
Автор

This wasn't confusing at all actually, thanks to you.

toddroberts
Автор

showing a permissions system as a bitwise example really helped me to see the use cases for this type of work.

swwqlhw
Автор

this was really interesting. I'll go ahead and try this right now so I can better add it to my long term memory :D

TheCodingOdyssey
Автор

Thanks! I didn't even notice how the vid come to end. Great job

nchecker
Автор

Exactly what I was looking for, literally had this same issue to resolve for work, had not been introduced to bitwise permissions prior to my current task.

WebSurfingIsMyPastime
Автор

Thanks, needed this today to decode googles encoded polyline response when using the directions api with fetch.

kaylanwalker
Автор

This was really good. Your explanations are very crisp and to the point Mosh 👏🏽

bijay
Автор

Oh Mosh! You are incredible! Thank you so much! You saved my Day! Great explanation capabilities, easy and useful! Go ahead! Thanks a lot!

thesoftwarecoder
Автор

the LEAST confusing I've ever watched on binary code and bitwise operators. Thank you!!

placeholder_name
Автор

I'm trying to understand some part of React core concept and there used that biwise operators. Now I get what it is.
Thanks a lot.

grishavasilyan
Автор

In the example you gave in the video, is there any reason to ever do that outside of just to learn about bitwise operators lol?

nateo
Автор

Wow, this is exactly what i was looking for! Thank you! I wanted to make a permissions system similar to Discord and you gave me just the perfect example, wow!

mawesomeever
Автор

Please you need to organize a playlist, hehe!

rotinaindependente
Автор

Awesome tutorial mash. Thanks for videos

chandrakantht
Автор

I actually use this technique a lot with CTF obfuscation challenges.

lancemarchetti
Автор

Wow! Thanks for the clear explanation!

valeriia