I searched for javascript byte type variables and I can't find byte type variable???
Thanks.
The byte keyword is a data type that can store whole numbers from -128 to 127.
Unlike many other programming languages, JavaScript does not define different types of numbers, like integers, short, long, floating-point etc.
The ArrayBuffer object is used to represent a generic, fixed-length raw binary data buffer. It is an array of bytes, often referred to in other languages as a "byte array".
There is no byte predefined type in javascript.
click this link for Javascript types, detailed
the above link is dead, here's a new one
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With