Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript variable type (byte)

I searched for javascript byte type variables and I can't find byte type variable???

Thanks.

like image 228
Dodo Avatar asked Dec 16 '09 08:12

Dodo


People also ask

What is byte in JavaScript?

The byte keyword is a data type that can store whole numbers from -128 to 127.

Is float a data type in JavaScript?

Unlike many other programming languages, JavaScript does not define different types of numbers, like integers, short, long, floating-point etc.

What is an ArrayBuffer?

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".


1 Answers

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

like image 175
morsanu Avatar answered Sep 17 '22 11:09

morsanu