Quote:
Originally Posted by Bundu
Sorry for the questions but as a complete novice in javascript the bitwise functionality is beyond me at the moment! But I have begun studying it! So far I have only learned to count in binary but it is a start!
|
Do you mean that you're not familiar with bitwise operations in general, or just how to do them in JavaScript? If it's the former, I recommend
this page, which provides an introduction to bitwise operators in C/C++. That's the syntax that axn used in his initial example. It's not JavaScript, but it's a really nice intro to bitwise operations in general. A quick Google shows
this for JavaScript, though I'm not sure how good of a tutorial it is, never having used it before. Maybe just read both and see what you learn.
(Also, I am now reading all your posts with a Scottish accent in my head

)