ES6 Essentials 21: Typed Arrays

preview_player
Показать описание
In this tutorial, we'll take a look at typed arrays in JavaScript that were introduced in ES6.

So typed arrays are very similar to a normal array but they are intended to work with binary data like you might find in a file or from a low-level network request.

The typed arrays in JavaScript provide with a way of specifying what type of binary data should be stored in each position.

In the tutorial, you'll get an overview of the different typed arrays and we'll go through an example of constructing a typed array and setting and getting some values from it.

#JavaScript #ES6 #ES6Essentials Channel Handle @codebubb
Рекомендации по теме
Комментарии
Автор

That was a very helpful and nice to watch overview, thanks!

offroaders