Data Structures: Type Arrays
This commit is contained in:
parent
8dd19ce8d4
commit
90942956ca
4
Data Structures/typedArrays.js
Normal file
4
Data Structures/typedArrays.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
// https://www.freecodecamp.org/learn/coding-interview-prep/data-structures/typed-arrays
|
||||||
|
|
||||||
|
var buffer = new ArrayBuffer(64);
|
||||||
|
var i32View = new Int32Array(buffer);
|
Loading…
Reference in New Issue
Block a user